#AF9644

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

Shades of Turmeric #AF9644

Tints of Turmeric #AF9644

Color information

#AF9644 (or 0xAF9644) is unknown color: approx Turmeric. HEX triplet: AF, 96 and 44. RGB value is (175,150,68). Sum of RGB (Red+Green+Blue) = 175+150+68=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9644 is #5069BB. Grayscale: #949494. Windows color (decimal): -5269948 or 4495023. OLE color: 4495023.

HSL color Cylindrical-coordinate representation of color #AF9644: hue angle of 45.98º degrees, saturation: 0.44, 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 #AF9644 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17515068-
CMYK00.140.610.31
HSL45.98º44.03%47.65%-
HSV(B)45.98º61.14%68.63%-
XYZ29.6331.349.96-
YUV148.1382.78147.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 68 (26.95% from 255) = 17.30%
R=44.53%
G=38.17%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751506800.140.610.3145.9844.0347.65
HexAF96440E3D1F2e2c30
Octal2572261040167537565460
Binary101011111001011010001000111011110111111101110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9644; }

 p { color: rgb(175,150,68); }

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

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

 a { background-color: rgb(175,150,68); }

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

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

 span { border-color: rgb(175,150,68); }

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