#AE8D27

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

Shades of Sahara #AE8D27

Tints of Sahara #AE8D27

Color information

#AE8D27 (or 0xAE8D27) is unknown color: approx Sahara. HEX triplet: AE, 8D and 27. RGB value is (174,141,39). Sum of RGB (Red+Green+Blue) = 174+141+39=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D27 is #5172D8. Grayscale: #8B8B8B. Windows color (decimal): -5337817 or 2592174. OLE color: 2592174.

HSL color Cylindrical-coordinate representation of color #AE8D27: hue angle of 45.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE8D27 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17414139-
CMYK00.190.780.32
HSL45.33º63.38%41.76%-
HSV(B)45.33º77.59%68.24%-
XYZ27.3528.195.92-
YUV139.2471.43152.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=49.15%
G=39.83%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741413900.190.780.3245.3363.3841.76
HexAE8D270134E202d3f2a
Octal2562154702311640557752
Binary10101110100011011001110100111001110100000101101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D27; }

 p { color: rgb(174,141,39); }

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

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

 a { background-color: rgb(174,141,39); }

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

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

 span { border-color: rgb(174,141,39); }

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