#ABA669

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

Shades of Gimblet #ABA669

Tints of Gimblet #ABA669

Color information

#ABA669 (or 0xABA669) is unknown color: approx Gimblet. HEX triplet: AB, A6 and 69. RGB value is (171,166,105). Sum of RGB (Red+Green+Blue) = 171+166+105=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA669 is #545996. Grayscale: #A0A0A0. Windows color (decimal): -5527959 or 6923947. OLE color: 6923947.

HSL color Cylindrical-coordinate representation of color #ABA669: hue angle of 55.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABA669 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB171166105-
CMYK00.030.390.33
HSL55.45º28.21%54.12%-
HSV(B)55.45º38.6%67.06%-
XYZ32.9836.9518.76-
YUV160.5496.66135.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=38.69%
G=37.56%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116610500.030.390.3355.4528.2154.12
HexABA669032721371c36
Octal253246151034741673466
Binary1010101110100110110100101110011110000111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA669; }

 p { color: rgb(171,166,105); }

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

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

 a { background-color: rgb(171,166,105); }

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

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

 span { border-color: rgb(171,166,105); }

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