#ABA56A

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

Shades of Gimblet #ABA56A

Tints of Gimblet #ABA56A

Color information

#ABA56A (or 0xABA56A) is unknown color: approx Gimblet. HEX triplet: AB, A5 and 6A. RGB value is (171,165,106). Sum of RGB (Red+Green+Blue) = 171+165+106=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA56A is #545A95. Grayscale: #A0A0A0. Windows color (decimal): -5528214 or 6989227. OLE color: 6989227.

HSL color Cylindrical-coordinate representation of color #ABA56A: hue angle of 54.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABA56A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB171165106-
CMYK00.040.380.33
HSL54.46º27.9%54.31%-
HSV(B)54.46º38.01%67.06%-
XYZ32.8536.6118.97-
YUV160.0797.49135.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=38.69%
G=37.33%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116510600.040.380.3354.4627.954.31
HexABA56A042621361c36
Octal253245152044641663466
Binary10101011101001011101010010010011010000111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA56A; }

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

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

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

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

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

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

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

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