Html Css Color HEX #AAA66C Gimblet

📋 copy color: '#AAA66C'

red 170 ◦ green 166 ◦ blue 108

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

Shades of Gimblet #AAA66C

Tints of Gimblet #AAA66C

RGB

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

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

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

R = 38.29%
G = 37.39%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AAA66C (or 0xAAA66C) is known color: Gimblet. HEX triplet: AA, A6 and 6C. RGB value is (170,166,108). Sum of RGB (Red+Green+Blue) = 170+166+108=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA66C is #555993. Grayscale: #A0A0A0. Windows color (decimal): -5593492 or 7120554. OLE color: 7120554.

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

Color convert

RGB 170 166 108 -
CMYK 0 0.02 0.36 0.33
HSL 56.13º 0.27% 0.55% -
HSV(B) 56.13º 0.36% 0.67% -
XYZ 32.92 36.9 19.57 -
YUV 160.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 170 166 108 0 0.02 0.36 0.33 56.13 0.27 0.55
Hex AA A6 6C 0 2 24 21 38 1B 37
Octal 252 246 154 0 2 44 41 70 33 67
Binary 10101010 10100110 1101100 0 10 100100 100001 111000 11011 110111

Color Harmonies of #AAA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA66C

Black with #AAA66C

Text Example


Text Example

White with #AAA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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