#AF8A44

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

Shades of Turmeric #AF8A44

Tints of Turmeric #AF8A44

Color information

#AF8A44 (or 0xAF8A44) is unknown color: approx Turmeric. HEX triplet: AF, 8A and 44. RGB value is (175,138,68). Sum of RGB (Red+Green+Blue) = 175+138+68=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A44 is #5075BB. Grayscale: #8D8D8D. Windows color (decimal): -5273020 or 4491951. OLE color: 4491951.

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

Color convert

RGB17513868-
CMYK00.210.610.31
HSL39.25º44.03%47.65%-
HSV(B)39.25º61.14%68.63%-
XYZ27.8127.719.35-
YUV141.0886.76152.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 68 (26.95% from 255) = 17.85%
R=45.93%
G=36.22%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751386800.210.610.3139.2544.0347.65
HexAF8A440153D1F272c30
Octal2572121040257537475460
Binary1010111110001010100010001010111110111111100111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A44; }

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

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

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

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

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

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

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

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