#AE8E21

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

Shades of Sahara #AE8E21

Tints of Sahara #AE8E21

Color information

#AE8E21 (or 0xAE8E21) is unknown color: approx Sahara. HEX triplet: AE, 8E and 21. RGB value is (174,142,33). Sum of RGB (Red+Green+Blue) = 174+142+33=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8E21 is #5171DE. Grayscale: #8B8B8B. Windows color (decimal): -5337567 or 2199214. OLE color: 2199214.

HSL color Cylindrical-coordinate representation of color #AE8E21: hue angle of 46.38º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE8E21 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB17414233-
CMYK00.180.810.32
HSL46.38º68.12%40.59%-
HSV(B)46.38º81.03%68.24%-
XYZ27.428.455.49-
YUV139.1468.1152.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 33 (13.28% from 255) = 9.46%
R=49.86%
G=40.69%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741423300.180.810.3246.3868.1240.59
HexAE8E2101251202e4429
Octal25621641022121405610451
Binary101011101000111010000101001010100011000001011101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E21; }

 p { color: rgb(174,142,33); }

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

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

 a { background-color: rgb(174,142,33); }

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

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

 span { border-color: rgb(174,142,33); }

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