Html Css Color HEX #AAA561 Gimblet

📋 copy color: '#AAA561'

red 170 ◦ green 165 ◦ blue 97

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

Shades of Gimblet #AAA561

Tints of Gimblet #AAA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

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

R = 39.35%
G = 38.19%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AAA561 (or 0xAAA561) is known color: Gimblet. HEX triplet: AA, A5 and 61. RGB value is (170,165,97). Sum of RGB (Red+Green+Blue) = 170+165+97=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA561 is #555A9E. Grayscale: #9F9F9F. Windows color (decimal): -5593759 or 6399402. OLE color: 6399402.

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

Color convert

RGB 170 165 97 -
CMYK 0 0.03 0.43 0.33
HSL 55.89º 0.3% 0.52% -
HSV(B) 55.89º 0.43% 0.67% -
XYZ 32.19 36.32 16.62 -
YUV 158.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 170 165 97 0 0.03 0.43 0.33 55.89 0.3 0.52
Hex AA A5 61 0 3 2B 21 38 1E 34
Octal 252 245 141 0 3 53 41 70 36 64
Binary 10101010 10100101 1100001 0 11 101011 100001 111000 11110 110100

Color Harmonies of #AAA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA561

Black with #AAA561

Text Example


Text Example

White with #AAA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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