#AF9839

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

Shades of Turmeric #AF9839

Tints of Turmeric #AF9839

Color information

#AF9839 (or 0xAF9839) is unknown color: approx Turmeric. HEX triplet: AF, 98 and 39. RGB value is (175,152,57). Sum of RGB (Red+Green+Blue) = 175+152+57=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9839 is #5067C6. Grayscale: #949494. Windows color (decimal): -5269447 or 3774639. OLE color: 3774639.

HSL color Cylindrical-coordinate representation of color #AF9839: hue angle of 48.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF9839 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17515257-
CMYK00.130.670.31
HSL48.31º50.86%45.49%-
HSV(B)48.31º67.43%68.63%-
XYZ29.6531.878.46-
YUV148.0576.62147.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=45.57%
G=39.58%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751525700.130.670.3148.3150.8645.49
HexAF98390D431F30332d
Octal2572307101510337606355
Binary101011111001100011100101101100001111111110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9839; }

 p { color: rgb(175,152,57); }

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

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

 a { background-color: rgb(175,152,57); }

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

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

 span { border-color: rgb(175,152,57); }

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