Html Css Color HEX #AC966E Mongoose

📋 copy color: '#AC966E'

red 172 ◦ green 150 ◦ blue 110

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

Shades of Mongoose #AC966E

Tints of Mongoose #AC966E

RGB

 RED value IS 172 (67.58% from 255) = 39.81%

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

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 39.81%
G = 34.72%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC966E (or 0xAC966E) is known color: Mongoose. HEX triplet: AC, 96 and 6E. RGB value is (172,150,110). Sum of RGB (Red+Green+Blue) = 172+150+110=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC966E is #536991. Grayscale: #989898. Windows color (decimal): -5466514 or 7247532. OLE color: 7247532.

HSL color Cylindrical-coordinate representation of color #AC966E: hue angle of 38.71º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC966E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 150 110 -
CMYK 0 0.13 0.36 0.33
HSL 38.71º 0.27% 0.55% -
HSV(B) 38.71º 0.36% 0.67% -
XYZ 30.73 31.71 19.25 -
YUV 152.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 172 150 110 0 0.13 0.36 0.33 38.71 0.27 0.55
Hex AC 96 6E 0 D 24 21 27 1B 37
Octal 254 226 156 0 15 44 41 47 33 67
Binary 10101100 10010110 1101110 0 1101 100100 100001 100111 11011 110111

Color Harmonies of #AC966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC966E

Black with #AC966E

Text Example


Text Example

White with #AC966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC966E; }

 p { color: rgb(172,150,110); }

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

background-color css

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

 a { background-color: rgb(172,150,110); }

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

border-color css

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

 span { border-color: rgb(172,150,110); }

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