#AF9445

Color #AF9445 Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #AF9445

Tints of Turmeric #AF9445

Color information

#AF9445 (or 0xAF9445) is unknown color: approx Turmeric. HEX triplet: AF, 94 and 45. RGB value is (175,148,69). Sum of RGB (Red+Green+Blue) = 175+148+69=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9445 is #506BBA. Grayscale: #939393. Windows color (decimal): -5270459 or 4560047. OLE color: 4560047.

HSL color Cylindrical-coordinate representation of color #AF9445: hue angle of 44.72º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF9445 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17514869-
CMYK00.150.610.31
HSL44.72º43.44%47.84%-
HSV(B)44.72º60.57%68.63%-
XYZ29.3430.7210.01-
YUV147.0783.95147.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=44.64%
G=37.76%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751486900.150.610.3144.7243.4447.84
HexAF94450F3D1F2d2b30
Octal2572241050177537555360
Binary101011111001010010001010111111110111111101101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9445; }

 p { color: rgb(175,148,69); }

 H1.HeaderClassName
 {
   color: #AF9445;
 }
 .AnyTagClassName
 {
   color: #AF9445;
 }
</style>
background-color css

<style>
 a { background-color: #AF9445; }

 a { background-color: rgb(175,148,69); }

 div.DivClassName
 {
   background-color: #AF9445;
 }
 .BgClassName
 {
   background-color: #AF9445;
 }
</style>
border-color css

<style>
 span { border-color: #AF9445; }

 span { border-color: rgb(175,148,69); }

 td.TdClassName
 {
   border-color: #AF9445;
 }
 .TagClassName
 {
   border-color: #AF9445;
 }
</style>