Html Css Color HEX #AAA163 Gimblet

📋 copy color: '#AAA163'

red 170 ◦ green 161 ◦ blue 99

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

Shades of Gimblet #AAA163

Tints of Gimblet #AAA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

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

R = 39.53%
G = 37.44%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA163 (or 0xAAA163) is known color: Gimblet. HEX triplet: AA, A1 and 63. RGB value is (170,161,99). Sum of RGB (Red+Green+Blue) = 170+161+99=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA163 is #555E9C. Grayscale: #9C9C9C. Windows color (decimal): -5594781 or 6529450. OLE color: 6529450.

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

Color convert

RGB 170 161 99 -
CMYK 0 0.05 0.42 0.33
HSL 52.39º 0.29% 0.53% -
HSV(B) 52.39º 0.42% 0.67% -
XYZ 31.57 34.94 16.88 -
YUV 156.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 170 161 99 0 0.05 0.42 0.33 52.39 0.29 0.53
Hex AA A1 63 0 5 2A 21 34 1D 35
Octal 252 241 143 0 5 52 41 64 35 65
Binary 10101010 10100001 1100011 0 101 101010 100001 110100 11101 110101

Color Harmonies of #AAA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA163

Black with #AAA163

Text Example


Text Example

White with #AAA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA163; }

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

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

background-color css

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

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

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

border-color css

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

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

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