#AF9228

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

Shades of Sahara #AF9228

Tints of Sahara #AF9228

Color information

#AF9228 (or 0xAF9228) is unknown color: approx Sahara. HEX triplet: AF, 92 and 28. RGB value is (175,146,40). Sum of RGB (Red+Green+Blue) = 175+146+40=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9228 is #506DD7. Grayscale: #8F8F8F. Windows color (decimal): -5271000 or 2658991. OLE color: 2658991.

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

Color convert

RGB17514640-
CMYK00.170.770.31
HSL47.11º62.79%42.16%-
HSV(B)47.11º77.14%68.63%-
XYZ28.3429.826.27-
YUV142.5970.11151.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 40 (16.02% from 255) = 11.08%
R=48.48%
G=40.44%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751464000.170.770.3147.1162.7942.16
HexAF92280114D1F2f3f2a
Octal2572225002111537577752
Binary1010111110010010101000010001100110111111101111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9228; }

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

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

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

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

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

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

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

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