Html Css Color HEX #AAA261 Gimblet

📋 copy color: '#AAA261'

red 170 ◦ green 162 ◦ blue 97

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

Shades of Gimblet #AAA261

Tints of Gimblet #AAA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

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

R = 39.63%
G = 37.76%
B = 22.61%

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

#AAA261 (or 0xAAA261) is known color: Gimblet. HEX triplet: AA, A2 and 61. RGB value is (170,162,97). Sum of RGB (Red+Green+Blue) = 170+162+97=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA261 is #555D9E. Grayscale: #9D9D9D. Windows color (decimal): -5594527 or 6398634. OLE color: 6398634.

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

Color convert

RGB 170 162 97 -
CMYK 0 0.05 0.43 0.33
HSL 53.42º 0.3% 0.52% -
HSV(B) 53.42º 0.43% 0.67% -
XYZ 31.66 35.25 16.44 -
YUV 156.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 170 162 97 0 0.05 0.43 0.33 53.42 0.3 0.52
Hex AA A2 61 0 5 2B 21 35 1E 34
Octal 252 242 141 0 5 53 41 65 36 64
Binary 10101010 10100010 1100001 0 101 101011 100001 110101 11110 110100

Color Harmonies of #AAA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA261

Black with #AAA261

Text Example


Text Example

White with #AAA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA261; }

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

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

background-color css

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

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

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

border-color css

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

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

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