Html Css Color HEX #AAA669 Gimblet

📋 copy color: '#AAA669'

red 170 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #AAA669

Tints of Gimblet #AAA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 38.55%
G = 37.64%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AAA669 (or 0xAAA669) is known color: Gimblet. HEX triplet: AA, A6 and 69. RGB value is (170,166,105). Sum of RGB (Red+Green+Blue) = 170+166+105=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA669 is #555996. Grayscale: #A0A0A0. Windows color (decimal): -5593495 or 6923946. OLE color: 6923946.

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

Color convert

RGB 170 166 105 -
CMYK 0 0.02 0.38 0.33
HSL 56.31º 0.28% 0.54% -
HSV(B) 56.31º 0.38% 0.67% -
XYZ 32.76 36.84 18.75 -
YUV 160.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 170 166 105 0 0.02 0.38 0.33 56.31 0.28 0.54
Hex AA A6 69 0 2 26 21 38 1C 36
Octal 252 246 151 0 2 46 41 70 34 66
Binary 10101010 10100110 1101001 0 10 100110 100001 111000 11100 110110

Color Harmonies of #AAA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA669

Black with #AAA669

Text Example


Text Example

White with #AAA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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