Html Css Color HEX #AAA66B Gimblet

📋 copy color: '#AAA66B'

red 170 ◦ green 166 ◦ blue 107

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

Shades of Gimblet #AAA66B

Tints of Gimblet #AAA66B

RGB

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

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

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

R = 38.37%
G = 37.47%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AAA66B (or 0xAAA66B) is known color: Gimblet. HEX triplet: AA, A6 and 6B. RGB value is (170,166,107). Sum of RGB (Red+Green+Blue) = 170+166+107=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA66B is #555994. Grayscale: #A0A0A0. Windows color (decimal): -5593493 or 7055018. OLE color: 7055018.

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

Color convert

RGB 170 166 107 -
CMYK 0 0.02 0.37 0.33
HSL 56.19º 0.27% 0.54% -
HSV(B) 56.19º 0.37% 0.67% -
XYZ 32.87 36.88 19.3 -
YUV 160.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 170 166 107 0 0.02 0.37 0.33 56.19 0.27 0.54
Hex AA A6 6B 0 2 25 21 38 1B 36
Octal 252 246 153 0 2 45 41 70 33 66
Binary 10101010 10100110 1101011 0 10 100101 100001 111000 11011 110110

Color Harmonies of #AAA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA66B

Black with #AAA66B

Text Example


Text Example

White with #AAA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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