#ABAA6D

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

Shades of Gimblet #ABAA6D

Tints of Gimblet #ABAA6D

Color information

#ABAA6D (or 0xABAA6D) is unknown color: approx Gimblet. HEX triplet: AB, AA and 6D. RGB value is (171,170,109). Sum of RGB (Red+Green+Blue) = 171+170+109=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA6D is #545592. Grayscale: #A3A3A3. Windows color (decimal): -5526931 or 7187115. OLE color: 7187115.

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

Color convert

RGB171170109-
CMYK00.010.360.33
HSL59.03º26.96%54.9%-
HSV(B)59.03º36.26%67.06%-
XYZ33.9338.5120.11-
YUV163.3497.33133.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=38%
G=37.78%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117010900.010.360.3359.0326.9654.9
HexABAA6D0124213b1b37
Octal253252155014441733367
Binary101010111010101011011010110010010000111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA6D; }

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

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

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

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

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

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

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

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