#ABAC8E

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

Shades of Bud #ABAC8E

Tints of Bud #ABAC8E

Color information

#ABAC8E (or 0xABAC8E) is unknown color: approx Bud. HEX triplet: AB, AC and 8E. RGB value is (171,172,142). Sum of RGB (Red+Green+Blue) = 171+172+142=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC8E is #545371. Grayscale: #A8A8A8. Windows color (decimal): -5526386 or 9350315. OLE color: 9350315.

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

Color convert

RGB171172142-
CMYK0.0100.170.33
HSL62º15.31%61.57%-
HSV(B)62º17.44%67.45%-
XYZ36.4340.1231.41-
YUV168.28113.17129.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=35.26%
G=35.46%
B=29.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721420.0100.170.336215.3161.57
HexABAC8E1011213ef3e
Octal253254216102141761776
Binary10101011101011001000111010100011000011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC8E; }

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

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

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

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

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

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

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

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