Html Css Color HEX #AE8E70 Mongoose

📋 copy color: '#AE8E70'

red 174 ◦ green 142 ◦ blue 112

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

Shades of Mongoose #AE8E70

Tints of Mongoose #AE8E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.18%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 40.65%
G = 33.18%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE8E70 (or 0xAE8E70) is known color: Mongoose. HEX triplet: AE, 8E and 70. RGB value is (174,142,112). Sum of RGB (Red+Green+Blue) = 174+142+112=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E70 is #51718F. Grayscale: #949494. Windows color (decimal): -5337488 or 7376558. OLE color: 7376558.

HSL color Cylindrical-coordinate representation of color #AE8E70: hue angle of 29.03º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE8E70 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 142 112 -
CMYK 0 0.18 0.36 0.32
HSL 29.03º 0.28% 0.56% -
HSV(B) 29.03º 0.36% 0.68% -
XYZ 30.05 29.51 19.44 -
YUV 148.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 174 142 112 0 0.18 0.36 0.32 29.03 0.28 0.56
Hex AE 8E 70 0 12 24 20 1D 1C 38
Octal 256 216 160 0 22 44 40 35 34 70
Binary 10101110 10001110 1110000 0 10010 100100 100000 11101 11100 111000

Color Harmonies of #AE8E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E70

Black with #AE8E70

Text Example


Text Example

White with #AE8E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E70; }

 p { color: rgb(174,142,112); }

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

background-color css

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

 a { background-color: rgb(174,142,112); }

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

border-color css

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

 span { border-color: rgb(174,142,112); }

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