#AF9028

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

Shades of Sahara #AF9028

Tints of Sahara #AF9028

Color information

#AF9028 (or 0xAF9028) is unknown color: approx Sahara. HEX triplet: AF, 90 and 28. RGB value is (175,144,40). Sum of RGB (Red+Green+Blue) = 175+144+40=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9028 is #506FD7. Grayscale: #8D8D8D. Windows color (decimal): -5271512 or 2658479. OLE color: 2658479.

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

Color convert

RGB17514440-
CMYK00.180.770.31
HSL46.22º62.79%42.16%-
HSV(B)46.22º77.14%68.63%-
XYZ28.0429.216.17-
YUV141.4170.77151.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 40 (16.02% from 255) = 11.14%
R=48.75%
G=40.11%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751444000.180.770.3146.2262.7942.16
HexAF90280124D1F2e3f2a
Octal2572205002211537567752
Binary1010111110010000101000010010100110111111101110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9028; }

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

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

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

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

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

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

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

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