Html Css Color HEX #AAA666 Gimblet

📋 copy color: '#AAA666'

red 170 ◦ green 166 ◦ blue 102

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

Shades of Gimblet #AAA666

Tints of Gimblet #AAA666

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 102 (40.23% from 255) = 23.29%

R = 38.81%
G = 37.9%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AAA666 (or 0xAAA666) is known color: Gimblet. HEX triplet: AA, A6 and 66. RGB value is (170,166,102). Sum of RGB (Red+Green+Blue) = 170+166+102=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA666 is #555999. Grayscale: #A0A0A0. Windows color (decimal): -5593498 or 6727338. OLE color: 6727338.

HSL color Cylindrical-coordinate representation of color #AAA666: hue angle of 56.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAA666 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 102 -
CMYK 0 0.02 0.4 0.33
HSL 56.47º 0.29% 0.53% -
HSV(B) 56.47º 0.4% 0.67% -
XYZ 32.61 36.78 17.95 -
YUV 159.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 170 166 102 0 0.02 0.4 0.33 56.47 0.29 0.53
Hex AA A6 66 0 2 28 21 38 1D 35
Octal 252 246 146 0 2 50 41 70 35 65
Binary 10101010 10100110 1100110 0 10 101000 100001 111000 11101 110101

Color Harmonies of #AAA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA666

Black with #AAA666

Text Example


Text Example

White with #AAA666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA666; }

 p { color: rgb(170,166,102); }

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

background-color css

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

 a { background-color: rgb(170,166,102); }

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

border-color css

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

 span { border-color: rgb(170,166,102); }

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