Html Css Color HEX #AAA062 Gimblet

📋 copy color: '#AAA062'

red 170 ◦ green 160 ◦ blue 98

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

Shades of Gimblet #AAA062

Tints of Gimblet #AAA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

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

R = 39.72%
G = 37.38%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA062 (or 0xAAA062) is known color: Gimblet. HEX triplet: AA, A0 and 62. RGB value is (170,160,98). Sum of RGB (Red+Green+Blue) = 170+160+98=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA062 is #555F9D. Grayscale: #9C9C9C. Windows color (decimal): -5595038 or 6463658. OLE color: 6463658.

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

Color convert

RGB 170 160 98 -
CMYK 0 0.06 0.42 0.33
HSL 51.67º 0.3% 0.53% -
HSV(B) 51.67º 0.42% 0.67% -
XYZ 31.35 34.57 16.58 -
YUV 155.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 170 160 98 0 0.06 0.42 0.33 51.67 0.3 0.53
Hex AA A0 62 0 6 2A 21 34 1E 35
Octal 252 240 142 0 6 52 41 64 36 65
Binary 10101010 10100000 1100010 0 110 101010 100001 110100 11110 110101

Color Harmonies of #AAA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA062

Black with #AAA062

Text Example


Text Example

White with #AAA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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