#ABAC8B

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

Shades of Bud #ABAC8B

Tints of Bud #ABAC8B

Color information

#ABAC8B (or 0xABAC8B) is unknown color: approx Bud. HEX triplet: AB, AC and 8B. RGB value is (171,172,139). Sum of RGB (Red+Green+Blue) = 171+172+139=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC8B is #545374. Grayscale: #A8A8A8. Windows color (decimal): -5526389 or 9153707. OLE color: 9153707.

HSL color Cylindrical-coordinate representation of color #ABAC8B: hue angle of 61.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABAC8B is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB171172139-
CMYK0.0100.190.33
HSL61.82º16.58%60.98%-
HSV(B)61.82º19.19%67.45%-
XYZ36.2140.0330.24-
YUV167.94111.67130.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=35.48%
G=35.68%
B=28.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721390.0100.190.3361.8216.5860.98
HexABAC8B1013213e113d
Octal253254213102341762175
Binary101010111010110010001011101001110000111111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC8B; }

 p { color: rgb(171,172,139); }

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

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

 a { background-color: rgb(171,172,139); }

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

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

 span { border-color: rgb(171,172,139); }

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