#ABA869

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

Shades of Gimblet #ABA869

Tints of Gimblet #ABA869

Color information

#ABA869 (or 0xABA869) is unknown color: approx Gimblet. HEX triplet: AB, A8 and 69. RGB value is (171,168,105). Sum of RGB (Red+Green+Blue) = 171+168+105=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA869 is #545796. Grayscale: #A1A1A1. Windows color (decimal): -5527447 or 6924459. OLE color: 6924459.

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

Color convert

RGB171168105-
CMYK00.020.390.33
HSL57.27º28.21%54.12%-
HSV(B)57.27º38.6%67.06%-
XYZ33.3537.6818.88-
YUV161.7295.99134.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=38.51%
G=37.84%
B=23.65%

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
Decimal17116810500.020.390.3357.2728.2154.12
HexABA869022721391c36
Octal253250151024741713466
Binary1010101110101000110100101010011110000111100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA869; }

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

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

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

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

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

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

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

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