#AF8B48

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

Shades of Turmeric #AF8B48

Tints of Turmeric #AF8B48

Color information

#AF8B48 (or 0xAF8B48) is unknown color: approx Turmeric. HEX triplet: AF, 8B and 48. RGB value is (175,139,72). Sum of RGB (Red+Green+Blue) = 175+139+72=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B48 is #5074B7. Grayscale: #8E8E8E. Windows color (decimal): -5272760 or 4754351. OLE color: 4754351.

HSL color Cylindrical-coordinate representation of color #AF8B48: hue angle of 39.03º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF8B48 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17513972-
CMYK00.210.590.31
HSL39.03º41.7%48.43%-
HSV(B)39.03º58.86%68.63%-
XYZ28.0828.0510.06-
YUV142.1388.43151.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=45.34%
G=36.01%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751397200.210.590.3139.0341.748.43
HexAF8B480153B1F272a30
Octal2572131100257337475260
Binary1010111110001011100100001010111101111111100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B48; }

 p { color: rgb(175,139,72); }

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

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

 a { background-color: rgb(175,139,72); }

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

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

 span { border-color: rgb(175,139,72); }

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