#AF9240

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

Shades of Turmeric #AF9240

Tints of Turmeric #AF9240

Color information

#AF9240 (or 0xAF9240) is unknown color: approx Turmeric. HEX triplet: AF, 92 and 40. RGB value is (175,146,64). Sum of RGB (Red+Green+Blue) = 175+146+64=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9240 is #506DBF. Grayscale: #919191. Windows color (decimal): -5270976 or 4231855. OLE color: 4231855.

HSL color Cylindrical-coordinate representation of color #AF9240: hue angle of 44.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF9240 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17514664-
CMYK00.170.630.31
HSL44.32º46.44%46.86%-
HSV(B)44.32º63.43%68.63%-
XYZ28.8830.049.13-
YUV145.3282.11149.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=45.45%
G=37.92%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751466400.170.630.3144.3246.4446.86
HexAF92400113F1F2c2e2f
Octal2572221000217737545657
Binary1010111110010010100000001000111111111111101100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9240; }

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

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

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

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

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

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

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

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