#ae9d30

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

Shades of Sahara #AE9D30

Tints of Sahara #AE9D30

Color information

#AE9D30 (or 0xAE9D30) is unknown color: approx Sahara. HEX triplet: AE, 9D and 30. RGB value is (174,157,48). Sum of RGB (Red+Green+Blue) = 174+157+48=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9D30 is #5162CF. Grayscale: #969696. Windows color (decimal): -5333712 or 3186094. OLE color: 3186094.

HSL color Cylindrical-coordinate representation of color #AE9D30: hue angle of 51.9º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE9D30 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17415748-
CMYK00.100.720.32
HSL51.9º56.76%43.53%-
HSV(B)51.9º72.41%68.24%-
XYZ30.0533.337.65-
YUV149.6670.63145.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=45.91%
G=41.42%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741574800.100.720.3251.956.7643.53
HexAE9D300A482034392c
Octal2562356001211040647154
Binary1010111010011101110000010101001000100000110100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae9d30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae9d30; }

 p { color: rgb(174,157,48); }

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

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

 a { background-color: rgb(174,157,48); }

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

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

 span { border-color: rgb(174,157,48); }

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