Html Css Color HEX #AAA96B Gimblet

📋 copy color: '#AAA96B'

red 170 ◦ green 169 ◦ blue 107

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

Shades of Gimblet #AAA96B

Tints of Gimblet #AAA96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 38.12%
G = 37.89%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AAA96B (or 0xAAA96B) is known color: Gimblet. HEX triplet: AA, A9 and 6B. RGB value is (170,169,107). Sum of RGB (Red+Green+Blue) = 170+169+107=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA96B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA96B is #555694. Grayscale: #A2A2A2. Windows color (decimal): -5592725 or 7055786. OLE color: 7055786.

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

Color convert

RGB 170 169 107 -
CMYK 0 0.01 0.37 0.33
HSL 59.05º 0.27% 0.54% -
HSV(B) 59.05º 0.37% 0.67% -
XYZ 33.42 37.98 19.48 -
YUV 162.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 170 169 107 0 0.01 0.37 0.33 59.05 0.27 0.54
Hex AA A9 6B 0 1 25 21 3B 1B 36
Octal 252 251 153 0 1 45 41 73 33 66
Binary 10101010 10101001 1101011 0 1 100101 100001 111011 11011 110110

Color Harmonies of #AAA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA96B

Black with #AAA96B

Text Example


Text Example

White with #AAA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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