#ABAE94

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

Shades of Bud #ABAE94

Tints of Bud #ABAE94

Color information

#ABAE94 (or 0xABAE94) is unknown color: approx Bud. HEX triplet: AB, AE and 94. RGB value is (171,174,148). Sum of RGB (Red+Green+Blue) = 171+174+148=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE94 is #54516B. Grayscale: #AAAAAA. Windows color (decimal): -5525868 or 9744043. OLE color: 9744043.

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

Color convert

RGB171174148-
CMYK0.0200.150.32
HSL66.92º13.83%63.14%-
HSV(B)66.92º14.94%68.24%-
XYZ37.2841.0733.98-
YUV170.14115.51128.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=34.69%
G=35.29%
B=30.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741480.0200.150.3266.9213.8363.14
HexABAE9420F2043e3f
Octal2532562242017401031677
Binary101010111010111010010100100111110000010000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE94; }

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

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

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

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

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

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

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

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