#ABA768

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

Shades of Gimblet #ABA768

Tints of Gimblet #ABA768

Color information

#ABA768 (or 0xABA768) is unknown color: approx Gimblet. HEX triplet: AB, A7 and 68. RGB value is (171,167,104). Sum of RGB (Red+Green+Blue) = 171+167+104=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA768 is #545897. Grayscale: #A1A1A1. Windows color (decimal): -5527704 or 6858667. OLE color: 6858667.

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

Color convert

RGB171167104-
CMYK00.020.390.33
HSL56.42º28.51%53.92%-
HSV(B)56.42º39.18%67.06%-
XYZ33.1137.2918.55-
YUV161.0195.83135.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=38.69%
G=37.78%
B=23.53%

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
Decimal17116710400.020.390.3356.4228.5153.92
HexABA768022721381d36
Octal253247150024741703566
Binary1010101110100111110100001010011110000111100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA768; }

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

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

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

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

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

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

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

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