#ABA766

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

Shades of Gimblet #ABA766

Tints of Gimblet #ABA766

Color information

#ABA766 (or 0xABA766) is unknown color: approx Gimblet. HEX triplet: AB, A7 and 66. RGB value is (171,167,102). Sum of RGB (Red+Green+Blue) = 171+167+102=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA766 is #545899. Grayscale: #A1A1A1. Windows color (decimal): -5527706 or 6727595. OLE color: 6727595.

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

Color convert

RGB171167102-
CMYK00.020.400.33
HSL56.52º29.11%53.53%-
HSV(B)56.52º40.35%67.06%-
XYZ33.0137.2518.02-
YUV160.7994.83135.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=38.86%
G=37.95%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116710200.020.400.3356.5229.1153.53
HexABA766022821391d36
Octal253247146025041713566
Binary1010101110100111110011001010100010000111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA766; }

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

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

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

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

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

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

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

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