Html Css Color HEX #AAA162 Gimblet

📋 copy color: '#AAA162'

red 170 ◦ green 161 ◦ blue 98

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

Shades of Gimblet #AAA162

Tints of Gimblet #AAA162

RGB

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

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

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

R = 39.63%
G = 37.53%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA162 (or 0xAAA162) is known color: Gimblet. HEX triplet: AA, A1 and 62. RGB value is (170,161,98). Sum of RGB (Red+Green+Blue) = 170+161+98=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA162 is #555E9D. Grayscale: #9C9C9C. Windows color (decimal): -5594782 or 6463914. OLE color: 6463914.

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

Color convert

RGB 170 161 98 -
CMYK 0 0.05 0.42 0.33
HSL 52.5º 0.3% 0.53% -
HSV(B) 52.5º 0.42% 0.67% -
XYZ 31.53 34.92 16.63 -
YUV 156.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 170 161 98 0 0.05 0.42 0.33 52.5 0.3 0.53
Hex AA A1 62 0 5 2A 21 34 1E 35
Octal 252 241 142 0 5 52 41 64 36 65
Binary 10101010 10100001 1100010 0 101 101010 100001 110100 11110 110101

Color Harmonies of #AAA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA162

Black with #AAA162

Text Example


Text Example

White with #AAA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA162; }

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

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

background-color css

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

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

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

border-color css

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

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

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