Html Css Color HEX #AAA15E Gimblet

📋 copy color: '#AAA15E'

red 170 ◦ green 161 ◦ blue 94

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

Shades of Gimblet #AAA15E

Tints of Gimblet #AAA15E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.88%

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

R = 40%
G = 37.88%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAA15E (or 0xAAA15E) is known color: Gimblet. HEX triplet: AA, A1 and 5E. RGB value is (170,161,94). Sum of RGB (Red+Green+Blue) = 170+161+94=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA15E is #555EA1. Grayscale: #9C9C9C. Windows color (decimal): -5594786 or 6201770. OLE color: 6201770.

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

Color convert

RGB 170 161 94 -
CMYK 0 0.05 0.45 0.33
HSL 52.89º 0.31% 0.52% -
HSV(B) 52.89º 0.45% 0.67% -
XYZ 31.34 34.84 15.66 -
YUV 156.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 170 161 94 0 0.05 0.45 0.33 52.89 0.31 0.52
Hex AA A1 5E 0 5 2D 21 35 1F 34
Octal 252 241 136 0 5 55 41 65 37 64
Binary 10101010 10100001 1011110 0 101 101101 100001 110101 11111 110100

Color Harmonies of #AAA15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA15E

Black with #AAA15E

Text Example


Text Example

White with #AAA15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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