#AF9124

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

Shades of Sahara #AF9124

Tints of Sahara #AF9124

Color information

#AF9124 (or 0xAF9124) is unknown color: approx Sahara. HEX triplet: AF, 91 and 24. RGB value is (175,145,36). Sum of RGB (Red+Green+Blue) = 175+145+36=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9124 is #506EDB. Grayscale: #8E8E8E. Windows color (decimal): -5271260 or 2396591. OLE color: 2396591.

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

Color convert

RGB17514536-
CMYK00.170.790.31
HSL47.05º65.88%41.37%-
HSV(B)47.05º79.43%68.63%-
XYZ28.1229.495.88-
YUV141.5468.44151.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 36 (14.45% from 255) = 10.11%
R=49.16%
G=40.73%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751453600.170.790.3147.0565.8841.37
HexAF91240114F1F2f4229
Octal25722144021117375710251
Binary10101111100100011001000100011001111111111011111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9124; }

 p { color: rgb(175,145,36); }

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

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

 a { background-color: rgb(175,145,36); }

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

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

 span { border-color: rgb(175,145,36); }

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