Html Css Color HEX #AA9D60 Gimblet

📋 copy color: '#AA9D60'

red 170 ◦ green 157 ◦ blue 96

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

Shades of Gimblet #AA9D60

Tints of Gimblet #AA9D60

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 40.19%
G = 37.12%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA9D60 (or 0xAA9D60) is known color: Gimblet. HEX triplet: AA, 9D and 60. RGB value is (170,157,96). Sum of RGB (Red+Green+Blue) = 170+157+96=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D60 is #55629F. Grayscale: #9A9A9A. Windows color (decimal): -5595808 or 6331818. OLE color: 6331818.

HSL color Cylindrical-coordinate representation of color #AA9D60: hue angle of 49.46º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA9D60 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 157 96 -
CMYK 0 0.08 0.44 0.33
HSL 49.46º 0.3% 0.52% -
HSV(B) 49.46º 0.44% 0.67% -
XYZ 30.75 33.5 15.91 -
YUV 153.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 170 157 96 0 0.08 0.44 0.33 49.46 0.3 0.52
Hex AA 9D 60 0 8 2C 21 31 1E 34
Octal 252 235 140 0 10 54 41 61 36 64
Binary 10101010 10011101 1100000 0 1000 101100 100001 110001 11110 110100

Color Harmonies of #AA9D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D60

Black with #AA9D60

Text Example


Text Example

White with #AA9D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D60; }

 p { color: rgb(170,157,96); }

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

background-color css

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

 a { background-color: rgb(170,157,96); }

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

border-color css

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

 span { border-color: rgb(170,157,96); }

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