#AF9528

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

Shades of Sahara #AF9528

Tints of Sahara #AF9528

Color information

#AF9528 (or 0xAF9528) is unknown color: approx Sahara. HEX triplet: AF, 95 and 28. RGB value is (175,149,40). Sum of RGB (Red+Green+Blue) = 175+149+40=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9528 is #506AD7. Grayscale: #909090. Windows color (decimal): -5270232 or 2659759. OLE color: 2659759.

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

Color convert

RGB17514940-
CMYK00.150.770.31
HSL48.44º62.79%42.16%-
HSV(B)48.44º77.14%68.63%-
XYZ28.8130.766.43-
YUV144.3569.11149.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 40 (16.02% from 255) = 10.99%
R=48.08%
G=40.93%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751494000.150.770.3148.4462.7942.16
HexAF95280F4D1F303f2a
Octal2572255001711537607752
Binary101011111001010110100001111100110111111110000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9528; }

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

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

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

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

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

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

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

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