Html Css Color HEX #AAA262 Gimblet

📋 copy color: '#AAA262'

red 170 ◦ green 162 ◦ blue 98

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

Shades of Gimblet #AAA262

Tints of Gimblet #AAA262

RGB

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

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

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

R = 39.53%
G = 37.67%
B = 22.79%

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

#AAA262 (or 0xAAA262) is known color: Gimblet. HEX triplet: AA, A2 and 62. RGB value is (170,162,98). Sum of RGB (Red+Green+Blue) = 170+162+98=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA262 is #555D9D. Grayscale: #9D9D9D. Windows color (decimal): -5594526 or 6464170. OLE color: 6464170.

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

Color convert

RGB 170 162 98 -
CMYK 0 0.05 0.42 0.33
HSL 53.33º 0.3% 0.53% -
HSV(B) 53.33º 0.42% 0.67% -
XYZ 31.7 35.27 16.69 -
YUV 157.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 170 162 98 0 0.05 0.42 0.33 53.33 0.3 0.53
Hex AA A2 62 0 5 2A 21 35 1E 35
Octal 252 242 142 0 5 52 41 65 36 65
Binary 10101010 10100010 1100010 0 101 101010 100001 110101 11110 110101

Color Harmonies of #AAA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA262

Black with #AAA262

Text Example


Text Example

White with #AAA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA262; }

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

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

background-color css

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

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

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

border-color css

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

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

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