#AF8C49

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

Shades of Turmeric #AF8C49

Tints of Turmeric #AF8C49

Color information

#AF8C49 (or 0xAF8C49) is unknown color: approx Turmeric. HEX triplet: AF, 8C and 49. RGB value is (175,140,73). Sum of RGB (Red+Green+Blue) = 175+140+73=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C49 is #5073B6. Grayscale: #8F8F8F. Windows color (decimal): -5272503 or 4820143. OLE color: 4820143.

HSL color Cylindrical-coordinate representation of color #AF8C49: hue angle of 39.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF8C49 is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17514073-
CMYK00.20.580.31
HSL39.41º41.13%48.63%-
HSV(B)39.41º58.29%68.63%-
XYZ28.2628.3510.29-
YUV142.8388.6150.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=45.10%
G=36.08%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751407300.20.580.3139.4141.1348.63
HexAF8C490143A1F272931
Octal2572141110247237475161
Binary1010111110001100100100101010011101011111100111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C49; }

 p { color: rgb(175,140,73); }

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

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

 a { background-color: rgb(175,140,73); }

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

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

 span { border-color: rgb(175,140,73); }

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