Html Css Color HEX #AAA064 Gimblet

📋 copy color: '#AAA064'

red 170 ◦ green 160 ◦ blue 100

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

Shades of Gimblet #AAA064

Tints of Gimblet #AAA064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.26%

R = 39.53%
G = 37.21%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AAA064 (or 0xAAA064) is known color: Gimblet. HEX triplet: AA, A0 and 64. RGB value is (170,160,100). Sum of RGB (Red+Green+Blue) = 170+160+100=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA064 is #555F9B. Grayscale: #9C9C9C. Windows color (decimal): -5595036 or 6594730. OLE color: 6594730.

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

Color convert

RGB 170 160 100 -
CMYK 0 0.06 0.41 0.33
HSL 51.43º 0.29% 0.53% -
HSV(B) 51.43º 0.41% 0.67% -
XYZ 31.45 34.61 17.08 -
YUV 156.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 170 160 100 0 0.06 0.41 0.33 51.43 0.29 0.53
Hex AA A0 64 0 6 29 21 33 1D 35
Octal 252 240 144 0 6 51 41 63 35 65
Binary 10101010 10100000 1100100 0 110 101001 100001 110011 11101 110101

Color Harmonies of #AAA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA064

Black with #AAA064

Text Example


Text Example

White with #AAA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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