Html Css Color HEX #AE932A Sahara

📋 copy color: '#AE932A'

red 174 ◦ green 147 ◦ blue 42

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

Shades of Sahara #AE932A

Tints of Sahara #AE932A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 47.93%
G = 40.5%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE932A (or 0xAE932A) is known color: Sahara. HEX triplet: AE, 93 and 2A. RGB value is (174,147,42). Sum of RGB (Red+Green+Blue) = 174+147+42=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE932A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE932A is #516CD5. Grayscale: #8F8F8F. Windows color (decimal): -5336278 or 2790318. OLE color: 2790318.

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

Color convert

RGB 174 147 42 -
CMYK 0 0.16 0.76 0.32
HSL 47.73º 0.61% 0.42% -
HSV(B) 47.73º 0.76% 0.68% -
XYZ 28.31 30.03 6.5 -
YUV 143.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 174 147 42 0 0.16 0.76 0.32 47.73 0.61 0.42
Hex AE 93 2A 0 10 4C 20 30 3D 2A
Octal 256 223 52 0 20 114 40 60 75 52
Binary 10101110 10010011 101010 0 10000 1001100 100000 110000 111101 101010

Color Harmonies of #AE932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE932A

Black with #AE932A

Text Example


Text Example

White with #AE932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE932A; }

 p { color: rgb(174,147,42); }

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

background-color css

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

 a { background-color: rgb(174,147,42); }

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

border-color css

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

 span { border-color: rgb(174,147,42); }

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