#ABA667

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

Shades of Gimblet #ABA667

Tints of Gimblet #ABA667

Color information

#ABA667 (or 0xABA667) is unknown color: approx Gimblet. HEX triplet: AB, A6 and 67. RGB value is (171,166,103). Sum of RGB (Red+Green+Blue) = 171+166+103=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA667 is #545998. Grayscale: #A0A0A0. Windows color (decimal): -5527961 or 6792875. OLE color: 6792875.

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

Color convert

RGB171166103-
CMYK00.030.400.33
HSL55.59º28.81%53.73%-
HSV(B)55.59º39.77%67.06%-
XYZ32.8836.9118.22-
YUV160.3195.66135.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=38.86%
G=37.73%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116610300.030.400.3355.5928.8153.73
HexABA667032821381d36
Octal253246147035041703566
Binary1010101110100110110011101110100010000111100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA667; }

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

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

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

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

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

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

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

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