Html Css Color HEX #AAA464 Gimblet

📋 copy color: '#AAA464'

red 170 ◦ green 164 ◦ blue 100

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

Shades of Gimblet #AAA464

Tints of Gimblet #AAA464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.79%

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

R = 39.17%
G = 37.79%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AAA464 (or 0xAAA464) is known color: Gimblet. HEX triplet: AA, A4 and 64. RGB value is (170,164,100). Sum of RGB (Red+Green+Blue) = 170+164+100=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA464 is #555B9B. Grayscale: #9E9E9E. Windows color (decimal): -5594012 or 6595754. OLE color: 6595754.

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

Color convert

RGB 170 164 100 -
CMYK 0 0.04 0.41 0.33
HSL 54.86º 0.29% 0.53% -
HSV(B) 54.86º 0.41% 0.67% -
XYZ 32.15 36.02 17.31 -
YUV 158.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 170 164 100 0 0.04 0.41 0.33 54.86 0.29 0.53
Hex AA A4 64 0 4 29 21 37 1D 35
Octal 252 244 144 0 4 51 41 67 35 65
Binary 10101010 10100100 1100100 0 100 101001 100001 110111 11101 110101

Color Harmonies of #AAA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA464

Black with #AAA464

Text Example


Text Example

White with #AAA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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