Html Css Color HEX #AAA36A Gimblet

📋 copy color: '#AAA36A'

red 170 ◦ green 163 ◦ blue 106

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

Shades of Gimblet #AAA36A

Tints of Gimblet #AAA36A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.13%

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 38.72%
G = 37.13%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AAA36A (or 0xAAA36A) is known color: Gimblet. HEX triplet: AA, A3 and 6A. RGB value is (170,163,106). Sum of RGB (Red+Green+Blue) = 170+163+106=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA36A is #555C95. Grayscale: #9E9E9E. Windows color (decimal): -5594262 or 6988714. OLE color: 6988714.

HSL color Cylindrical-coordinate representation of color #AAA36A: hue angle of 53.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAA36A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 106 -
CMYK 0 0.04 0.38 0.33
HSL 53.44º 0.27% 0.54% -
HSV(B) 53.44º 0.38% 0.67% -
XYZ 32.28 35.78 18.84 -
YUV 158.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 170 163 106 0 0.04 0.38 0.33 53.44 0.27 0.54
Hex AA A3 6A 0 4 26 21 35 1B 36
Octal 252 243 152 0 4 46 41 65 33 66
Binary 10101010 10100011 1101010 0 100 100110 100001 110101 11011 110110

Color Harmonies of #AAA36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA36A

Black with #AAA36A

Text Example


Text Example

White with #AAA36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA36A; }

 p { color: rgb(170,163,106); }

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

background-color css

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

 a { background-color: rgb(170,163,106); }

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

border-color css

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

 span { border-color: rgb(170,163,106); }

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