Html Css Color HEX #AE9E30 Sahara

📋 copy color: '#AE9E30'

red 174 ◦ green 158 ◦ blue 48

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

Shades of Sahara #AE9E30

Tints of Sahara #AE9E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.63%

R = 45.79%
G = 41.58%
B = 12.63%

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

#AE9E30 (or 0xAE9E30) is known color: Sahara. HEX triplet: AE, 9E and 30. RGB value is (174,158,48). Sum of RGB (Red+Green+Blue) = 174+158+48=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E30 is #5161CF. Grayscale: #969696. Windows color (decimal): -5333456 or 3186350. OLE color: 3186350.

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

Color convert

RGB 174 158 48 -
CMYK 0 0.09 0.72 0.32
HSL 52.38º 0.57% 0.44% -
HSV(B) 52.38º 0.72% 0.68% -
XYZ 30.22 33.67 7.7 -
YUV 150.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 174 158 48 0 0.09 0.72 0.32 52.38 0.57 0.44
Hex AE 9E 30 0 9 48 20 34 39 2C
Octal 256 236 60 0 11 110 40 64 71 54
Binary 10101110 10011110 110000 0 1001 1001000 100000 110100 111001 101100

Color Harmonies of #AE9E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E30

Black with #AE9E30

Text Example


Text Example

White with #AE9E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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