Html Css Color HEX #AE9E31 Sahara

📋 copy color: '#AE9E31'

red 174 ◦ green 158 ◦ blue 49

#AE9E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #AE9E31

Tints of Sahara #AE9E31

RGB

 RED value IS 174 (68.36% from 255) = 45.67%

 GREEN value IS 158 (62.11% from 255) = 41.47%

 BLUE value IS 49 (19.53% from 255) = 12.86%

R = 45.67%
G = 41.47%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE9E31 (or 0xAE9E31) is known color: Sahara. HEX triplet: AE, 9E and 31. RGB value is (174,158,49). Sum of RGB (Red+Green+Blue) = 174+158+49=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E31 is #5161CE. Grayscale: #969696. Windows color (decimal): -5333455 or 3251886. OLE color: 3251886.

HSL color Cylindrical-coordinate representation of color #AE9E31: hue angle of 52.32º degrees, saturation: 0.56, 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 #AE9E31 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 158 49 -
CMYK 0 0.09 0.72 0.32
HSL 52.32º 0.56% 0.44% -
HSV(B) 52.32º 0.72% 0.68% -
XYZ 30.24 33.67 7.81 -
YUV 150.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 174 158 49 0 0.09 0.72 0.32 52.32 0.56 0.44
Hex AE 9E 31 0 9 48 20 34 38 2C
Octal 256 236 61 0 11 110 40 64 70 54
Binary 10101110 10011110 110001 0 1001 1001000 100000 110100 111000 101100

Color Harmonies of #AE9E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E31

Black with #AE9E31

Text Example


Text Example

White with #AE9E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E31; }

 p { color: rgb(174,158,49); }

 H1.HeaderClassName
 {
   color: #AE9E31;
 }
 .AnyTagClassName
 {
   color: #AE9E31;
 }
</style>

background-color css

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

 a { background-color: rgb(174,158,49); }

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

border-color css

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

 span { border-color: rgb(174,158,49); }

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