#AE9B33

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

Shades of Sahara #AE9B33

Tints of Sahara #AE9B33

Color information

#AE9B33 (or 0xAE9B33) is unknown color: approx Sahara. HEX triplet: AE, 9B and 33. RGB value is (174,155,51). Sum of RGB (Red+Green+Blue) = 174+155+51=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B33 is #5164CC. Grayscale: #959595. Windows color (decimal): -5334221 or 3382190. OLE color: 3382190.

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

Color convert

RGB17415551-
CMYK00.110.710.32
HSL50.73º54.67%44.12%-
HSV(B)50.73º70.69%68.24%-
XYZ29.7732.687.87-
YUV148.8272.79145.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=45.79%
G=40.79%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741555100.110.710.3250.7354.6744.12
HexAE9B330B472033372c
Octal2562336301310740636754
Binary1010111010011011110011010111000111100000110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B33; }

 p { color: rgb(174,155,51); }

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

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

 a { background-color: rgb(174,155,51); }

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

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

 span { border-color: rgb(174,155,51); }

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