Html Css Color HEX #AAA160 Gimblet

📋 copy color: '#AAA160'

red 170 ◦ green 161 ◦ blue 96

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

Shades of Gimblet #AAA160

Tints of Gimblet #AAA160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.48%

R = 39.81%
G = 37.7%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AAA160 (or 0xAAA160) is known color: Gimblet. HEX triplet: AA, A1 and 60. RGB value is (170,161,96). Sum of RGB (Red+Green+Blue) = 170+161+96=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA160 is #555E9F. Grayscale: #9C9C9C. Windows color (decimal): -5594784 or 6332842. OLE color: 6332842.

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

Color convert

RGB 170 161 96 -
CMYK 0 0.05 0.44 0.33
HSL 52.7º 0.3% 0.52% -
HSV(B) 52.7º 0.44% 0.67% -
XYZ 31.43 34.88 16.14 -
YUV 156.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 170 161 96 0 0.05 0.44 0.33 52.7 0.3 0.52
Hex AA A1 60 0 5 2C 21 35 1E 34
Octal 252 241 140 0 5 54 41 65 36 64
Binary 10101010 10100001 1100000 0 101 101100 100001 110101 11110 110100

Color Harmonies of #AAA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA160

Black with #AAA160

Text Example


Text Example

White with #AAA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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