Html Css Color HEX #AE992C Sahara

📋 copy color: '#AE992C'

red 174 ◦ green 153 ◦ blue 44

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

Shades of Sahara #AE992C

Tints of Sahara #AE992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

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

R = 46.9%
G = 41.24%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE992C (or 0xAE992C) is known color: Sahara. HEX triplet: AE, 99 and 2C. RGB value is (174,153,44). Sum of RGB (Red+Green+Blue) = 174+153+44=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE992C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE992C is #5166D3. Grayscale: #939393. Windows color (decimal): -5334740 or 2922926. OLE color: 2922926.

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

Color convert

RGB 174 153 44 -
CMYK 0 0.12 0.75 0.32
HSL 50.31º 0.6% 0.43% -
HSV(B) 50.31º 0.75% 0.68% -
XYZ 29.3 31.96 7.01 -
YUV 146.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 174 153 44 0 0.12 0.75 0.32 50.31 0.6 0.43
Hex AE 99 2C 0 C 4B 20 32 3C 2B
Octal 256 231 54 0 14 113 40 62 74 53
Binary 10101110 10011001 101100 0 1100 1001011 100000 110010 111100 101011

Color Harmonies of #AE992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE992C

Black with #AE992C

Text Example


Text Example

White with #AE992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE992C; }

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

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

background-color css

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

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

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

border-color css

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

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

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