Html Css Color HEX #AAA96D Gimblet

📋 copy color: '#AAA96D'

red 170 ◦ green 169 ◦ blue 109

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

Shades of Gimblet #AAA96D

Tints of Gimblet #AAA96D

RGB

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

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

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

R = 37.95%
G = 37.72%
B = 24.33%

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

#AAA96D (or 0xAAA96D) is known color: Gimblet. HEX triplet: AA, A9 and 6D. RGB value is (170,169,109). Sum of RGB (Red+Green+Blue) = 170+169+109=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA96D is #555692. Grayscale: #A2A2A2. Windows color (decimal): -5592723 or 7186858. OLE color: 7186858.

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

Color convert

RGB 170 169 109 -
CMYK 0 0.01 0.36 0.33
HSL 59.02º 0.26% 0.55% -
HSV(B) 59.02º 0.36% 0.67% -
XYZ 33.53 38.03 20.04 -
YUV 162.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 170 169 109 0 0.01 0.36 0.33 59.02 0.26 0.55
Hex AA A9 6D 0 1 24 21 3B 1A 37
Octal 252 251 155 0 1 44 41 73 32 67
Binary 10101010 10101001 1101101 0 1 100100 100001 111011 11010 110111

Color Harmonies of #AAA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA96D

Black with #AAA96D

Text Example


Text Example

White with #AAA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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