Html Css Color HEX #AAA362 Gimblet

📋 copy color: '#AAA362'

red 170 ◦ green 163 ◦ blue 98

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

Shades of Gimblet #AAA362

Tints of Gimblet #AAA362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.82%

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

R = 39.44%
G = 37.82%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA362 (or 0xAAA362) is known color: Gimblet. HEX triplet: AA, A3 and 62. RGB value is (170,163,98). Sum of RGB (Red+Green+Blue) = 170+163+98=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA362 is #555C9D. Grayscale: #9D9D9D. Windows color (decimal): -5594270 or 6464426. OLE color: 6464426.

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

Color convert

RGB 170 163 98 -
CMYK 0 0.04 0.42 0.33
HSL 54.17º 0.3% 0.53% -
HSV(B) 54.17º 0.42% 0.67% -
XYZ 31.88 35.62 16.75 -
YUV 157.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 170 163 98 0 0.04 0.42 0.33 54.17 0.3 0.53
Hex AA A3 62 0 4 2A 21 36 1E 35
Octal 252 243 142 0 4 52 41 66 36 65
Binary 10101010 10100011 1100010 0 100 101010 100001 110110 11110 110101

Color Harmonies of #AAA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA362

Black with #AAA362

Text Example


Text Example

White with #AAA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA362; }

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

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

background-color css

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

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

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

border-color css

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

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

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