Html Css Color HEX #AAA159 Gimblet

📋 copy color: '#AAA159'

red 170 ◦ green 161 ◦ blue 89

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

Shades of Gimblet #AAA159

Tints of Gimblet #AAA159

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 89 (35.16% from 255) = 21.19%

R = 40.48%
G = 38.33%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AAA159 (or 0xAAA159) is known color: Gimblet. HEX triplet: AA, A1 and 59. RGB value is (170,161,89). Sum of RGB (Red+Green+Blue) = 170+161+89=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA159 is #555EA6. Grayscale: #9B9B9B. Windows color (decimal): -5594791 or 5874090. OLE color: 5874090.

HSL color Cylindrical-coordinate representation of color #AAA159: hue angle of 53.33º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA159 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 89 -
CMYK 0 0.05 0.48 0.33
HSL 53.33º 0.32% 0.51% -
HSV(B) 53.33º 0.48% 0.67% -
XYZ 31.13 34.76 14.52 -
YUV 155.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 170 161 89 0 0.05 0.48 0.33 53.33 0.32 0.51
Hex AA A1 59 0 5 30 21 35 20 33
Octal 252 241 131 0 5 60 41 65 40 63
Binary 10101010 10100001 1011001 0 101 110000 100001 110101 100000 110011

Color Harmonies of #AAA159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA159

Black with #AAA159

Text Example


Text Example

White with #AAA159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA159; }

 p { color: rgb(170,161,89); }

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

background-color css

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

 a { background-color: rgb(170,161,89); }

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

border-color css

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

 span { border-color: rgb(170,161,89); }

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