Html Css Color HEX #AAA161 Gimblet

📋 copy color: '#AAA161'

red 170 ◦ green 161 ◦ blue 97

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

Shades of Gimblet #AAA161

Tints of Gimblet #AAA161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.66%

R = 39.72%
G = 37.62%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AAA161 (or 0xAAA161) is known color: Gimblet. HEX triplet: AA, A1 and 61. RGB value is (170,161,97). Sum of RGB (Red+Green+Blue) = 170+161+97=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA161 is #555E9E. Grayscale: #9C9C9C. Windows color (decimal): -5594783 or 6398378. OLE color: 6398378.

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

Color convert

RGB 170 161 97 -
CMYK 0 0.05 0.43 0.33
HSL 52.6º 0.3% 0.52% -
HSV(B) 52.6º 0.43% 0.67% -
XYZ 31.48 34.9 16.39 -
YUV 156.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 170 161 97 0 0.05 0.43 0.33 52.6 0.3 0.52
Hex AA A1 61 0 5 2B 21 35 1E 34
Octal 252 241 141 0 5 53 41 65 36 64
Binary 10101010 10100001 1100001 0 101 101011 100001 110101 11110 110100

Color Harmonies of #AAA161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA161

Black with #AAA161

Text Example


Text Example

White with #AAA161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA161; }

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

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

background-color css

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

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

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

border-color css

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

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

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