#AE972E

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

Shades of Sahara #AE972E

Tints of Sahara #AE972E

Color information

#AE972E (or 0xAE972E) is unknown color: approx Sahara. HEX triplet: AE, 97 and 2E. RGB value is (174,151,46). Sum of RGB (Red+Green+Blue) = 174+151+46=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE972E is #5168D1. Grayscale: #929292. Windows color (decimal): -5335250 or 3053486. OLE color: 3053486.

HSL color Cylindrical-coordinate representation of color #AE972E: hue angle of 49.22º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE972E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17415146-
CMYK00.130.740.32
HSL49.22º58.18%43.14%-
HSV(B)49.22º73.56%68.24%-
XYZ29.0231.337.1-
YUV145.9171.62148.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 46 (18.36% from 255) = 12.40%
R=46.90%
G=40.70%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741514600.130.740.3249.2258.1843.14
HexAE972E0D4A20313a2b
Octal2562275601511240617253
Binary1010111010010111101110011011001010100000110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE972E; }

 p { color: rgb(174,151,46); }

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

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

 a { background-color: rgb(174,151,46); }

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

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

 span { border-color: rgb(174,151,46); }

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