#ABAE91

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

Shades of Bud #ABAE91

Tints of Bud #ABAE91

Color information

#ABAE91 (or 0xABAE91) is unknown color: approx Bud. HEX triplet: AB, AE and 91. RGB value is (171,174,145). Sum of RGB (Red+Green+Blue) = 171+174+145=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE91 is #54516E. Grayscale: #A9A9A9. Windows color (decimal): -5525871 or 9547435. OLE color: 9547435.

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

Color convert

RGB171174145-
CMYK0.0200.170.32
HSL66.21º15.18%62.55%-
HSV(B)66.21º16.67%68.24%-
XYZ37.0440.9732.74-
YUV169.8114.01128.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=34.90%
G=35.51%
B=29.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741450.0200.170.3266.2115.1862.55
HexABAE9120112042f3f
Octal2532562212021401021777
Binary1010101110101110100100011001000110000010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE91; }

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

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

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

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

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

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

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

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