Html Css Color HEX #AAA066 Gimblet

📋 copy color: '#AAA066'

red 170 ◦ green 160 ◦ blue 102

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

Shades of Gimblet #AAA066

Tints of Gimblet #AAA066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.04%

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

R = 39.35%
G = 37.04%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AAA066 (or 0xAAA066) is known color: Gimblet. HEX triplet: AA, A0 and 66. RGB value is (170,160,102). Sum of RGB (Red+Green+Blue) = 170+160+102=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA066 is #555F99. Grayscale: #9C9C9C. Windows color (decimal): -5595034 or 6725802. OLE color: 6725802.

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

Color convert

RGB 170 160 102 -
CMYK 0 0.06 0.4 0.33
HSL 51.18º 0.29% 0.53% -
HSV(B) 51.18º 0.4% 0.67% -
XYZ 31.55 34.65 17.6 -
YUV 156.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 170 160 102 0 0.06 0.4 0.33 51.18 0.29 0.53
Hex AA A0 66 0 6 28 21 33 1D 35
Octal 252 240 146 0 6 50 41 63 35 65
Binary 10101010 10100000 1100110 0 110 101000 100001 110011 11101 110101

Color Harmonies of #AAA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA066

Black with #AAA066

Text Example


Text Example

White with #AAA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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