#ABAC94

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

Shades of Bud #ABAC94

Tints of Bud #ABAC94

Color information

#ABAC94 (or 0xABAC94) is unknown color: approx Bud. HEX triplet: AB, AC and 94. RGB value is (171,172,148). Sum of RGB (Red+Green+Blue) = 171+172+148=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC94 is #54536B. Grayscale: #A9A9A9. Windows color (decimal): -5526380 or 9743531. OLE color: 9743531.

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

Color convert

RGB171172148-
CMYK0.0100.140.33
HSL62.5º12.63%62.75%-
HSV(B)62.5º13.95%67.45%-
XYZ36.8940.333.85-
YUV168.96116.17129.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=34.83%
G=35.03%
B=30.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721480.0100.140.3362.512.6362.75
HexABAC9410E213ed3f
Octal253254224101641761577
Binary1010101110101100100101001011101000011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC94; }

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

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

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

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

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

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

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

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