#AF9224

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

Shades of Sahara #AF9224

Tints of Sahara #AF9224

Color information

#AF9224 (or 0xAF9224) is unknown color: approx Sahara. HEX triplet: AF, 92 and 24. RGB value is (175,146,36). Sum of RGB (Red+Green+Blue) = 175+146+36=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9224 is #506DDB. Grayscale: #8E8E8E. Windows color (decimal): -5271004 or 2396847. OLE color: 2396847.

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

Color convert

RGB17514636-
CMYK00.170.790.31
HSL47.48º65.88%41.37%-
HSV(B)47.48º79.43%68.63%-
XYZ28.2829.85.93-
YUV142.1368.11151.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 36 (14.45% from 255) = 10.08%
R=49.02%
G=40.90%
B=10.08%

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
Decimal1751463600.170.790.3147.4865.8841.37
HexAF92240114F1F2f4229
Octal25722244021117375710251
Binary10101111100100101001000100011001111111111011111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9224; }

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

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

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

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

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

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

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

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