#AF8E44

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

Shades of Turmeric #AF8E44

Tints of Turmeric #AF8E44

Color information

#AF8E44 (or 0xAF8E44) is unknown color: approx Turmeric. HEX triplet: AF, 8E and 44. RGB value is (175,142,68). Sum of RGB (Red+Green+Blue) = 175+142+68=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E44 is #5071BB. Grayscale: #8F8F8F. Windows color (decimal): -5271996 or 4492975. OLE color: 4492975.

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

Color convert

RGB17514268-
CMYK00.190.610.31
HSL41.5º44.03%47.65%-
HSV(B)41.5º61.14%68.63%-
XYZ28.428.889.55-
YUV143.4385.43150.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=45.45%
G=36.88%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751426800.190.610.3141.544.0347.65
HexAF8E440133D1F292c30
Octal2572161040237537515460
Binary1010111110001110100010001001111110111111101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E44; }

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

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

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

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

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

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

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

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