Html Css Color HEX #AE952C Sahara

📋 copy color: '#AE952C'

red 174 ◦ green 149 ◦ blue 44

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

Shades of Sahara #AE952C

Tints of Sahara #AE952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 47.41%
G = 40.6%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE952C (or 0xAE952C) is known color: Sahara. HEX triplet: AE, 95 and 2C. RGB value is (174,149,44). Sum of RGB (Red+Green+Blue) = 174+149+44=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE952C is #516AD3. Grayscale: #909090. Windows color (decimal): -5335764 or 2921902. OLE color: 2921902.

HSL color Cylindrical-coordinate representation of color #AE952C: hue angle of 48.46º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE952C is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 149 44 -
CMYK 0 0.14 0.75 0.32
HSL 48.46º 0.6% 0.43% -
HSV(B) 48.46º 0.75% 0.68% -
XYZ 28.66 30.68 6.79 -
YUV 144.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 174 149 44 0 0.14 0.75 0.32 48.46 0.6 0.43
Hex AE 95 2C 0 E 4B 20 30 3C 2B
Octal 256 225 54 0 16 113 40 60 74 53
Binary 10101110 10010101 101100 0 1110 1001011 100000 110000 111100 101011

Color Harmonies of #AE952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE952C

Black with #AE952C

Text Example


Text Example

White with #AE952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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