Html Css Color HEX #AA9F5C Gimblet

📋 copy color: '#AA9F5C'

red 170 ◦ green 159 ◦ blue 92

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

Shades of Gimblet #AA9F5C

Tints of Gimblet #AA9F5C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 40.38%
G = 37.77%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA9F5C (or 0xAA9F5C) is known color: Gimblet. HEX triplet: AA, 9F and 5C. RGB value is (170,159,92). Sum of RGB (Red+Green+Blue) = 170+159+92=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F5C is #5560A3. Grayscale: #9A9A9A. Windows color (decimal): -5595300 or 6070186. OLE color: 6070186.

HSL color Cylindrical-coordinate representation of color #AA9F5C: hue angle of 51.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA9F5C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 92 -
CMYK 0 0.06 0.46 0.33
HSL 51.54º 0.31% 0.51% -
HSV(B) 51.54º 0.46% 0.67% -
XYZ 30.91 34.12 15.08 -
YUV 154.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 170 159 92 0 0.06 0.46 0.33 51.54 0.31 0.51
Hex AA 9F 5C 0 6 2E 21 34 1F 33
Octal 252 237 134 0 6 56 41 64 37 63
Binary 10101010 10011111 1011100 0 110 101110 100001 110100 11111 110011

Color Harmonies of #AA9F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F5C

Black with #AA9F5C

Text Example


Text Example

White with #AA9F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F5C; }

 p { color: rgb(170,159,92); }

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

background-color css

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

 a { background-color: rgb(170,159,92); }

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

border-color css

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

 span { border-color: rgb(170,159,92); }

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