Html Css Color HEX #AE952A Sahara

📋 copy color: '#AE952A'

red 174 ◦ green 149 ◦ blue 42

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

Shades of Sahara #AE952A

Tints of Sahara #AE952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

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

R = 47.67%
G = 40.82%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE952A (or 0xAE952A) is known color: Sahara. HEX triplet: AE, 95 and 2A. RGB value is (174,149,42). Sum of RGB (Red+Green+Blue) = 174+149+42=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE952A is #516AD5. Grayscale: #909090. Windows color (decimal): -5335766 or 2790830. OLE color: 2790830.

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

Color convert

RGB 174 149 42 -
CMYK 0 0.14 0.76 0.32
HSL 48.64º 0.61% 0.42% -
HSV(B) 48.64º 0.76% 0.68% -
XYZ 28.62 30.66 6.6 -
YUV 144.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 174 149 42 0 0.14 0.76 0.32 48.64 0.61 0.42
Hex AE 95 2A 0 E 4C 20 31 3D 2A
Octal 256 225 52 0 16 114 40 61 75 52
Binary 10101110 10010101 101010 0 1110 1001100 100000 110001 111101 101010

Color Harmonies of #AE952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE952A

Black with #AE952A

Text Example


Text Example

White with #AE952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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