Html Css Color HEX #AA9E5F Gimblet

📋 copy color: '#AA9E5F'

red 170 ◦ green 158 ◦ blue 95

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

Shades of Gimblet #AA9E5F

Tints of Gimblet #AA9E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.35%

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 40.19%
G = 37.35%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA9E5F (or 0xAA9E5F) is known color: Gimblet. HEX triplet: AA, 9E and 5F. RGB value is (170,158,95). Sum of RGB (Red+Green+Blue) = 170+158+95=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E5F is #5561A0. Grayscale: #9A9A9A. Windows color (decimal): -5595553 or 6266538. OLE color: 6266538.

HSL color Cylindrical-coordinate representation of color #AA9E5F: hue angle of 50.4º degrees, saturation: 0.31, 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 #AA9E5F is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 95 -
CMYK 0 0.07 0.44 0.33
HSL 50.4º 0.31% 0.52% -
HSV(B) 50.4º 0.44% 0.67% -
XYZ 30.87 33.83 15.73 -
YUV 154.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 170 158 95 0 0.07 0.44 0.33 50.4 0.31 0.52
Hex AA 9E 5F 0 7 2C 21 32 1F 34
Octal 252 236 137 0 7 54 41 62 37 64
Binary 10101010 10011110 1011111 0 111 101100 100001 110010 11111 110100

Color Harmonies of #AA9E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E5F

Black with #AA9E5F

Text Example


Text Example

White with #AA9E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E5F; }

 p { color: rgb(170,158,95); }

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

background-color css

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

 a { background-color: rgb(170,158,95); }

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

border-color css

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

 span { border-color: rgb(170,158,95); }

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