Html Css Color HEX #AAA363 Gimblet

📋 copy color: '#AAA363'

red 170 ◦ green 163 ◦ blue 99

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

Shades of Gimblet #AAA363

Tints of Gimblet #AAA363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.92%

R = 39.35%
G = 37.73%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA363 (or 0xAAA363) is known color: Gimblet. HEX triplet: AA, A3 and 63. RGB value is (170,163,99). Sum of RGB (Red+Green+Blue) = 170+163+99=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA363 is #555C9C. Grayscale: #9E9E9E. Windows color (decimal): -5594269 or 6529962. OLE color: 6529962.

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

Color convert

RGB 170 163 99 -
CMYK 0 0.04 0.42 0.33
HSL 54.08º 0.29% 0.53% -
HSV(B) 54.08º 0.42% 0.67% -
XYZ 31.93 35.64 17 -
YUV 157.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 170 163 99 0 0.04 0.42 0.33 54.08 0.29 0.53
Hex AA A3 63 0 4 2A 21 36 1D 35
Octal 252 243 143 0 4 52 41 66 35 65
Binary 10101010 10100011 1100011 0 100 101010 100001 110110 11101 110101

Color Harmonies of #AAA363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA363

Black with #AAA363

Text Example


Text Example

White with #AAA363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA363; }

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

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

background-color css

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

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

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

border-color css

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

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

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