Html Css Color HEX #AA9F5E Gimblet

📋 copy color: '#AA9F5E'

red 170 ◦ green 159 ◦ blue 94

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

Shades of Gimblet #AA9F5E

Tints of Gimblet #AA9F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 40.19%
G = 37.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA9F5E (or 0xAA9F5E) is known color: Gimblet. HEX triplet: AA, 9F and 5E. RGB value is (170,159,94). Sum of RGB (Red+Green+Blue) = 170+159+94=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F5E is #5560A1. Grayscale: #9B9B9B. Windows color (decimal): -5595298 or 6201258. OLE color: 6201258.

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

Color convert

RGB 170 159 94 -
CMYK 0 0.06 0.45 0.33
HSL 51.32º 0.31% 0.52% -
HSV(B) 51.32º 0.45% 0.67% -
XYZ 31 34.15 15.55 -
YUV 154.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 170 159 94 0 0.06 0.45 0.33 51.32 0.31 0.52
Hex AA 9F 5E 0 6 2D 21 33 1F 34
Octal 252 237 136 0 6 55 41 63 37 64
Binary 10101010 10011111 1011110 0 110 101101 100001 110011 11111 110100

Color Harmonies of #AA9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F5E

Black with #AA9F5E

Text Example


Text Example

White with #AA9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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