#AF9628

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

Shades of Sahara #AF9628

Tints of Sahara #AF9628

Color information

#AF9628 (or 0xAF9628) is unknown color: approx Sahara. HEX triplet: AF, 96 and 28. RGB value is (175,150,40). Sum of RGB (Red+Green+Blue) = 175+150+40=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9628 is #5069D7. Grayscale: #919191. Windows color (decimal): -5269976 or 2660015. OLE color: 2660015.

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

Color convert

RGB17515040-
CMYK00.140.770.31
HSL48.89º62.79%42.16%-
HSV(B)48.89º77.14%68.63%-
XYZ28.9731.086.48-
YUV144.9468.78149.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 40 (16.02% from 255) = 10.96%
R=47.95%
G=41.10%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751504000.140.770.3148.8962.7942.16
HexAF96280E4D1F313f2a
Octal2572265001611537617752
Binary101011111001011010100001110100110111111110001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9628; }

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

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

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

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

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

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

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

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