#AF9428

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

Shades of Sahara #AF9428

Tints of Sahara #AF9428

Color information

#AF9428 (or 0xAF9428) is unknown color: approx Sahara. HEX triplet: AF, 94 and 28. RGB value is (175,148,40). Sum of RGB (Red+Green+Blue) = 175+148+40=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9428 is #506BD7. Grayscale: #909090. Windows color (decimal): -5270488 or 2659503. OLE color: 2659503.

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

Color convert

RGB17514840-
CMYK00.150.770.31
HSL48º62.79%42.16%-
HSV(B)48º77.14%68.63%-
XYZ28.6530.456.37-
YUV143.7669.45150.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=48.21%
G=40.77%
B=11.02%

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
Decimal1751484000.150.770.314862.7942.16
HexAF94280F4D1F303f2a
Octal2572245001711537607752
Binary101011111001010010100001111100110111111110000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9428; }

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

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

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

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

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

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

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

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