Html Css Color HEX #AE966D Mongoose

📋 copy color: '#AE966D'

red 174 ◦ green 150 ◦ blue 109

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

Shades of Mongoose #AE966D

Tints of Mongoose #AE966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.17%

R = 40.18%
G = 34.64%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE966D (or 0xAE966D) is known color: Mongoose. HEX triplet: AE, 96 and 6D. RGB value is (174,150,109). Sum of RGB (Red+Green+Blue) = 174+150+109=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE966D is #516992. Grayscale: #989898. Windows color (decimal): -5335443 or 7181998. OLE color: 7181998.

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

Color convert

RGB 174 150 109 -
CMYK 0 0.14 0.37 0.32
HSL 37.85º 0.29% 0.55% -
HSV(B) 37.85º 0.37% 0.68% -
XYZ 31.12 31.92 18.99 -
YUV 152.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 174 150 109 0 0.14 0.37 0.32 37.85 0.29 0.55
Hex AE 96 6D 0 E 25 20 26 1D 37
Octal 256 226 155 0 16 45 40 46 35 67
Binary 10101110 10010110 1101101 0 1110 100101 100000 100110 11101 110111

Color Harmonies of #AE966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE966D

Black with #AE966D

Text Example


Text Example

White with #AE966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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