#ABA166

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

Shades of Gimblet #ABA166

Tints of Gimblet #ABA166

Color information

#ABA166 (or 0xABA166) is unknown color: approx Gimblet. HEX triplet: AB, A1 and 66. RGB value is (171,161,102). Sum of RGB (Red+Green+Blue) = 171+161+102=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA166 is #545E99. Grayscale: #9D9D9D. Windows color (decimal): -5529242 or 6726059. OLE color: 6726059.

HSL color Cylindrical-coordinate representation of color #ABA166: hue angle of 51.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA166 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171161102-
CMYK00.060.400.33
HSL51.3º29.11%53.53%-
HSV(B)51.3º40.35%67.06%-
XYZ31.9435.1117.66-
YUV157.2696.81137.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=39.40%
G=37.10%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116110200.060.400.3351.329.1153.53
HexABA166062821331d36
Octal253241146065041633566
Binary10101011101000011100110011010100010000111001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA166; }

 p { color: rgb(171,161,102); }

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

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

 a { background-color: rgb(171,161,102); }

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

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

 span { border-color: rgb(171,161,102); }

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