Html Css Color HEX #AE966F Mongoose

📋 copy color: '#AE966F'

red 174 ◦ green 150 ◦ blue 111

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

Shades of Mongoose #AE966F

Tints of Mongoose #AE966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.48%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 40%
G = 34.48%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE966F (or 0xAE966F) is known color: Mongoose. HEX triplet: AE, 96 and 6F. RGB value is (174,150,111). Sum of RGB (Red+Green+Blue) = 174+150+111=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE966F is #516990. Grayscale: #989898. Windows color (decimal): -5335441 or 7313070. OLE color: 7313070.

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

Color convert

RGB 174 150 111 -
CMYK 0 0.14 0.36 0.32
HSL 37.14º 0.28% 0.56% -
HSV(B) 37.14º 0.36% 0.68% -
XYZ 31.23 31.96 19.56 -
YUV 152.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 174 150 111 0 0.14 0.36 0.32 37.14 0.28 0.56
Hex AE 96 6F 0 E 24 20 25 1C 38
Octal 256 226 157 0 16 44 40 45 34 70
Binary 10101110 10010110 1101111 0 1110 100100 100000 100101 11100 111000

Color Harmonies of #AE966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE966F

Black with #AE966F

Text Example


Text Example

White with #AE966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE966F; }

 p { color: rgb(174,150,111); }

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

background-color css

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

 a { background-color: rgb(174,150,111); }

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

border-color css

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

 span { border-color: rgb(174,150,111); }

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