#ABAA6C

Color #ABAA6C Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #ABAA6C

Tints of Gimblet #ABAA6C

Color information

#ABAA6C (or 0xABAA6C) is unknown color: approx Gimblet. HEX triplet: AB, AA and 6C. RGB value is (171,170,108). Sum of RGB (Red+Green+Blue) = 171+170+108=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA6C is #545593. Grayscale: #A3A3A3. Windows color (decimal): -5526932 or 7121579. OLE color: 7121579.

HSL color Cylindrical-coordinate representation of color #ABAA6C: hue angle of 59.05º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABAA6C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB171170108-
CMYK00.010.370.33
HSL59.05º27.27%54.71%-
HSV(B)59.05º36.84%67.06%-
XYZ33.8838.4919.83-
YUV163.2396.83133.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=38.08%
G=37.86%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117010800.010.370.3359.0527.2754.71
HexABAA6C0125213b1b37
Octal253252154014541733367
Binary101010111010101011011000110010110000111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA6C; }

 p { color: rgb(171,170,108); }

 H1.HeaderClassName
 {
   color: #ABAA6C;
 }
 .AnyTagClassName
 {
   color: #ABAA6C;
 }
</style>
background-color css

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

 a { background-color: rgb(171,170,108); }

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

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

 span { border-color: rgb(171,170,108); }

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