Html Css Color HEX #AAA562 Gimblet

📋 copy color: '#AAA562'

red 170 ◦ green 165 ◦ blue 98

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

Shades of Gimblet #AAA562

Tints of Gimblet #AAA562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 39.26%
G = 38.11%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA562 (or 0xAAA562) is known color: Gimblet. HEX triplet: AA, A5 and 62. RGB value is (170,165,98). Sum of RGB (Red+Green+Blue) = 170+165+98=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA562 is #555A9D. Grayscale: #9F9F9F. Windows color (decimal): -5593758 or 6464938. OLE color: 6464938.

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

Color convert

RGB 170 165 98 -
CMYK 0 0.03 0.42 0.33
HSL 55.83º 0.3% 0.53% -
HSV(B) 55.83º 0.42% 0.67% -
XYZ 32.24 36.34 16.87 -
YUV 158.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 170 165 98 0 0.03 0.42 0.33 55.83 0.3 0.53
Hex AA A5 62 0 3 2A 21 38 1E 35
Octal 252 245 142 0 3 52 41 70 36 65
Binary 10101010 10100101 1100010 0 11 101010 100001 111000 11110 110101

Color Harmonies of #AAA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA562

Black with #AAA562

Text Example


Text Example

White with #AAA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA562; }

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

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

background-color css

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

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

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

border-color css

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

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

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