#AF9246

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

Shades of Turmeric #AF9246

Tints of Turmeric #AF9246

Color information

#AF9246 (or 0xAF9246) is unknown color: approx Turmeric. HEX triplet: AF, 92 and 46. RGB value is (175,146,70). Sum of RGB (Red+Green+Blue) = 175+146+70=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9246 is #506DB9. Grayscale: #929292. Windows color (decimal): -5270970 or 4625071. OLE color: 4625071.

HSL color Cylindrical-coordinate representation of color #AF9246: hue angle of 43.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF9246 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17514670-
CMYK00.170.600.31
HSL43.43º42.86%48.04%-
HSV(B)43.43º60%68.63%-
XYZ29.0630.1110.08-
YUV146.0185.11148.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 70 (27.73% from 255) = 17.90%
R=44.76%
G=37.34%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751467000.170.600.3143.4342.8648.04
HexAF92460113C1F2b2b30
Octal2572221060217437535360
Binary1010111110010010100011001000111110011111101011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9246; }

 p { color: rgb(175,146,70); }

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

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

 a { background-color: rgb(175,146,70); }

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

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

 span { border-color: rgb(175,146,70); }

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