Html Css Color HEX #AAA264 Gimblet

📋 copy color: '#AAA264'

red 170 ◦ green 162 ◦ blue 100

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

Shades of Gimblet #AAA264

Tints of Gimblet #AAA264

RGB

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

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

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

R = 39.35%
G = 37.5%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AAA264 (or 0xAAA264) is known color: Gimblet. HEX triplet: AA, A2 and 64. RGB value is (170,162,100). Sum of RGB (Red+Green+Blue) = 170+162+100=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA264 is #555D9B. Grayscale: #9D9D9D. Windows color (decimal): -5594524 or 6595242. OLE color: 6595242.

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

Color convert

RGB 170 162 100 -
CMYK 0 0.05 0.41 0.33
HSL 53.14º 0.29% 0.53% -
HSV(B) 53.14º 0.41% 0.67% -
XYZ 31.8 35.31 17.2 -
YUV 157.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 170 162 100 0 0.05 0.41 0.33 53.14 0.29 0.53
Hex AA A2 64 0 5 29 21 35 1D 35
Octal 252 242 144 0 5 51 41 65 35 65
Binary 10101010 10100010 1100100 0 101 101001 100001 110101 11101 110101

Color Harmonies of #AAA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA264

Black with #AAA264

Text Example


Text Example

White with #AAA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA264; }

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

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

background-color css

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

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

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

border-color css

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

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

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