#ABA568

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

Shades of Gimblet #ABA568

Tints of Gimblet #ABA568

Color information

#ABA568 (or 0xABA568) is unknown color: approx Gimblet. HEX triplet: AB, A5 and 68. RGB value is (171,165,104). Sum of RGB (Red+Green+Blue) = 171+165+104=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA568 is #545A97. Grayscale: #A0A0A0. Windows color (decimal): -5528216 or 6858155. OLE color: 6858155.

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

Color convert

RGB171165104-
CMYK00.040.390.33
HSL54.63º28.51%53.92%-
HSV(B)54.63º39.18%67.06%-
XYZ32.7536.5718.43-
YUV159.8496.49135.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=38.86%
G=37.5%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116510400.040.390.3354.6328.5153.92
HexABA568042721371d36
Octal253245150044741673566
Binary10101011101001011101000010010011110000111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA568; }

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

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

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

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

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

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

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

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