#AF8D44

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

Shades of Turmeric #AF8D44

Tints of Turmeric #AF8D44

Color information

#AF8D44 (or 0xAF8D44) is unknown color: approx Turmeric. HEX triplet: AF, 8D and 44. RGB value is (175,141,68). Sum of RGB (Red+Green+Blue) = 175+141+68=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D44 is #5072BB. Grayscale: #8F8F8F. Windows color (decimal): -5272252 or 4492719. OLE color: 4492719.

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

Color convert

RGB17514168-
CMYK00.190.610.31
HSL40.93º44.03%47.65%-
HSV(B)40.93º61.14%68.63%-
XYZ28.2528.589.5-
YUV142.8485.76150.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=45.57%
G=36.72%
B=17.71%

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
Decimal1751416800.190.610.3140.9344.0347.65
HexAF8D440133D1F292c30
Octal2572151040237537515460
Binary1010111110001101100010001001111110111111101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D44; }

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

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

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

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

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

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

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

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