Html Css Color HEX #AAA365 Gimblet

📋 copy color: '#AAA365'

red 170 ◦ green 163 ◦ blue 101

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

Shades of Gimblet #AAA365

Tints of Gimblet #AAA365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 39.17%
G = 37.56%
B = 23.27%

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

#AAA365 (or 0xAAA365) is known color: Gimblet. HEX triplet: AA, A3 and 65. RGB value is (170,163,101). Sum of RGB (Red+Green+Blue) = 170+163+101=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA365 is #555C9A. Grayscale: #9E9E9E. Windows color (decimal): -5594267 or 6661034. OLE color: 6661034.

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

Color convert

RGB 170 163 101 -
CMYK 0 0.04 0.41 0.33
HSL 53.91º 0.29% 0.53% -
HSV(B) 53.91º 0.41% 0.67% -
XYZ 32.02 35.68 17.51 -
YUV 158.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 170 163 101 0 0.04 0.41 0.33 53.91 0.29 0.53
Hex AA A3 65 0 4 29 21 36 1D 35
Octal 252 243 145 0 4 51 41 66 35 65
Binary 10101010 10100011 1100101 0 100 101001 100001 110110 11101 110101

Color Harmonies of #AAA365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA365

Black with #AAA365

Text Example


Text Example

White with #AAA365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA365; }

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

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

background-color css

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

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

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

border-color css

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

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

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