Html Css Color HEX #AAA15C Gimblet

📋 copy color: '#AAA15C'

red 170 ◦ green 161 ◦ blue 92

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

Shades of Gimblet #AAA15C

Tints of Gimblet #AAA15C

RGB

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

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

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

R = 40.19%
G = 38.06%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AAA15C (or 0xAAA15C) is known color: Gimblet. HEX triplet: AA, A1 and 5C. RGB value is (170,161,92). Sum of RGB (Red+Green+Blue) = 170+161+92=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA15C is #555EA3. Grayscale: #9C9C9C. Windows color (decimal): -5594788 or 6070698. OLE color: 6070698.

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

Color convert

RGB 170 161 92 -
CMYK 0 0.05 0.46 0.33
HSL 53.08º 0.31% 0.51% -
HSV(B) 53.08º 0.46% 0.67% -
XYZ 31.25 34.81 15.2 -
YUV 155.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 170 161 92 0 0.05 0.46 0.33 53.08 0.31 0.51
Hex AA A1 5C 0 5 2E 21 35 1F 33
Octal 252 241 134 0 5 56 41 65 37 63
Binary 10101010 10100001 1011100 0 101 101110 100001 110101 11111 110011

Color Harmonies of #AAA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA15C

Black with #AAA15C

Text Example


Text Example

White with #AAA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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