#AF9E2A

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

Shades of Sahara #AF9E2A

Tints of Sahara #AF9E2A

Color information

#AF9E2A (or 0xAF9E2A) is unknown color: approx Sahara. HEX triplet: AF, 9E and 2A. RGB value is (175,158,42). Sum of RGB (Red+Green+Blue) = 175+158+42=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9E2A is #5061D5. Grayscale: #969696. Windows color (decimal): -5267926 or 2793135. OLE color: 2793135.

HSL color Cylindrical-coordinate representation of color #AF9E2A: hue angle of 52.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF9E2A is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17515842-
CMYK00.100.760.31
HSL52.33º61.29%42.55%-
HSV(B)52.33º76%68.63%-
XYZ30.3233.737.1-
YUV149.8667.13145.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=46.67%
G=42.13%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751584200.100.760.3152.3361.2942.55
HexAF9E2A0A4C1F343d2b
Octal2572365201211437647553
Binary101011111001111010101001010100110011111110100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E2A; }

 p { color: rgb(175,158,42); }

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

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

 a { background-color: rgb(175,158,42); }

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

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

 span { border-color: rgb(175,158,42); }

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