#ABAE87

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

Shades of Bud #ABAE87

Tints of Bud #ABAE87

Color information

#ABAE87 (or 0xABAE87) is unknown color: approx Bud. HEX triplet: AB, AE and 87. RGB value is (171,174,135). Sum of RGB (Red+Green+Blue) = 171+174+135=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE87 is #545178. Grayscale: #A8A8A8. Windows color (decimal): -5525881 or 8892075. OLE color: 8892075.

HSL color Cylindrical-coordinate representation of color #ABAE87: hue angle of 64.62º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAE87 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB171174135-
CMYK0.0200.220.32
HSL64.62º19.4%60.59%-
HSV(B)64.62º22.41%68.24%-
XYZ36.340.6828.86-
YUV168.66109.01129.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=35.62%
G=36.25%
B=28.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741350.0200.220.3264.6219.460.59
HexABAE8720162041133d
Octal2532562072026401012375
Binary10101011101011101000011110010110100000100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE87; }

 p { color: rgb(171,174,135); }

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

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

 a { background-color: rgb(171,174,135); }

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

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

 span { border-color: rgb(171,174,135); }

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