Html Css Color HEX #AAA96C Gimblet

📋 copy color: '#AAA96C'

red 170 ◦ green 169 ◦ blue 108

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

Shades of Gimblet #AAA96C

Tints of Gimblet #AAA96C

RGB

 RED value IS 170 (66.8% from 255) = 38.03%

 GREEN value IS 169 (66.41% from 255) = 37.81%

 BLUE value IS 108 (42.58% from 255) = 24.16%

R = 38.03%
G = 37.81%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AAA96C (or 0xAAA96C) is known color: Gimblet. HEX triplet: AA, A9 and 6C. RGB value is (170,169,108). Sum of RGB (Red+Green+Blue) = 170+169+108=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA96C is #555693. Grayscale: #A2A2A2. Windows color (decimal): -5592724 or 7121322. OLE color: 7121322.

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

Color convert

RGB 170 169 108 -
CMYK 0 0.01 0.36 0.33
HSL 59.03º 0.27% 0.55% -
HSV(B) 59.03º 0.36% 0.67% -
XYZ 33.47 38 19.76 -
YUV 162.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 170 169 108 0 0.01 0.36 0.33 59.03 0.27 0.55
Hex AA A9 6C 0 1 24 21 3B 1B 37
Octal 252 251 154 0 1 44 41 73 33 67
Binary 10101010 10101001 1101100 0 1 100100 100001 111011 11011 110111

Color Harmonies of #AAA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA96C

Black with #AAA96C

Text Example


Text Example

White with #AAA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA96C; }

 p { color: rgb(170,169,108); }

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

background-color css

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

 a { background-color: rgb(170,169,108); }

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

border-color css

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

 span { border-color: rgb(170,169,108); }

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