#AF9540

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

Shades of Turmeric #AF9540

Tints of Turmeric #AF9540

Color information

#AF9540 (or 0xAF9540) is unknown color: approx Turmeric. HEX triplet: AF, 95 and 40. RGB value is (175,149,64). Sum of RGB (Red+Green+Blue) = 175+149+64=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9540 is #506ABF. Grayscale: #939393. Windows color (decimal): -5270208 or 4232623. OLE color: 4232623.

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

Color convert

RGB17514964-
CMYK00.150.630.31
HSL45.95º46.44%46.86%-
HSV(B)45.95º63.43%68.63%-
XYZ29.3530.989.28-
YUV147.0881.11147.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=45.10%
G=38.40%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751496400.150.630.3145.9546.4446.86
HexAF95400F3F1F2e2e2f
Octal2572251000177737565657
Binary101011111001010110000000111111111111111101110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9540; }

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

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

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

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

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

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

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

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