#AF9045

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

Shades of Turmeric #AF9045

Tints of Turmeric #AF9045

Color information

#AF9045 (or 0xAF9045) is unknown color: approx Turmeric. HEX triplet: AF, 90 and 45. RGB value is (175,144,69). Sum of RGB (Red+Green+Blue) = 175+144+69=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9045 is #506FBA. Grayscale: #919191. Windows color (decimal): -5271483 or 4559023. OLE color: 4559023.

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

Color convert

RGB17514469-
CMYK00.180.610.31
HSL42.45º43.44%47.84%-
HSV(B)42.45º60.57%68.63%-
XYZ28.7329.499.81-
YUV144.7285.27149.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=45.10%
G=37.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751446900.180.610.3142.4543.4447.84
HexAF90450123D1F2a2b30
Octal2572201050227537525360
Binary1010111110010000100010101001011110111111101010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9045; }

 p { color: rgb(175,144,69); }

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

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

 a { background-color: rgb(175,144,69); }

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

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

 span { border-color: rgb(175,144,69); }

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