#ABAF91

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

Shades of Bud #ABAF91

Tints of Bud #ABAF91

Color information

#ABAF91 (or 0xABAF91) is unknown color: approx Bud. HEX triplet: AB, AF and 91. RGB value is (171,175,145). Sum of RGB (Red+Green+Blue) = 171+175+145=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF91 is #54506E. Grayscale: #AAAAAA. Windows color (decimal): -5525615 or 9547691. OLE color: 9547691.

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

Color convert

RGB171175145-
CMYK0.0200.170.31
HSL68º15.79%62.75%-
HSV(B)68º17.14%68.63%-
XYZ37.2441.3632.81-
YUV170.38113.67128.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=34.83%
G=35.64%
B=29.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751450.0200.170.316815.7962.75
HexABAF9120111F44103f
Octal2532572212021371042077
Binary1010101110101111100100011001000111111100010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF91; }

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

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

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

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

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

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

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

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