#ABA868

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

Shades of Gimblet #ABA868

Tints of Gimblet #ABA868

Color information

#ABA868 (or 0xABA868) is unknown color: approx Gimblet. HEX triplet: AB, A8 and 68. RGB value is (171,168,104). Sum of RGB (Red+Green+Blue) = 171+168+104=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA868 is #545797. Grayscale: #A1A1A1. Windows color (decimal): -5527448 or 6858923. OLE color: 6858923.

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

Color convert

RGB171168104-
CMYK00.020.390.33
HSL57.31º28.51%53.92%-
HSV(B)57.31º39.18%67.06%-
XYZ33.337.6618.61-
YUV161.695.49134.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=38.60%
G=37.92%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116810400.020.390.3357.3128.5153.92
HexABA868022721391d36
Octal253250150024741713566
Binary1010101110101000110100001010011110000111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA868; }

 p { color: rgb(171,168,104); }

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

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

 a { background-color: rgb(171,168,104); }

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

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

 span { border-color: rgb(171,168,104); }

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