Html Css Color HEX #AAA664 Gimblet

📋 copy color: '#AAA664'

red 170 ◦ green 166 ◦ blue 100

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

Shades of Gimblet #AAA664

Tints of Gimblet #AAA664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 38.99%
G = 38.07%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AAA664 (or 0xAAA664) is known color: Gimblet. HEX triplet: AA, A6 and 64. RGB value is (170,166,100). Sum of RGB (Red+Green+Blue) = 170+166+100=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA664 is #55599B. Grayscale: #9F9F9F. Windows color (decimal): -5593500 or 6596266. OLE color: 6596266.

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

Color convert

RGB 170 166 100 -
CMYK 0 0.02 0.41 0.33
HSL 56.57º 0.29% 0.53% -
HSV(B) 56.57º 0.41% 0.67% -
XYZ 32.51 36.74 17.43 -
YUV 159.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 170 166 100 0 0.02 0.41 0.33 56.57 0.29 0.53
Hex AA A6 64 0 2 29 21 39 1D 35
Octal 252 246 144 0 2 51 41 71 35 65
Binary 10101010 10100110 1100100 0 10 101001 100001 111001 11101 110101

Color Harmonies of #AAA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA664

Black with #AAA664

Text Example


Text Example

White with #AAA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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