#AF9446

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

Shades of Turmeric #AF9446

Tints of Turmeric #AF9446

Color information

#AF9446 (or 0xAF9446) is unknown color: approx Turmeric. HEX triplet: AF, 94 and 46. RGB value is (175,148,70). Sum of RGB (Red+Green+Blue) = 175+148+70=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9446 is #506BB9. Grayscale: #939393. Windows color (decimal): -5270458 or 4625583. OLE color: 4625583.

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

Color convert

RGB17514870-
CMYK00.150.600.31
HSL44.57º42.86%48.04%-
HSV(B)44.57º60%68.63%-
XYZ29.3730.7410.18-
YUV147.1884.45147.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 70 (27.73% from 255) = 17.81%
R=44.53%
G=37.66%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751487000.150.600.3144.5742.8648.04
HexAF94460F3C1F2d2b30
Octal2572241060177437555360
Binary101011111001010010001100111111110011111101101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9446; }

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

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

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

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

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

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

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

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