#ABAF89

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

Shades of Bud #ABAF89

Tints of Bud #ABAF89

Color information

#ABAF89 (or 0xABAF89) is unknown color: approx Bud. HEX triplet: AB, AF and 89. RGB value is (171,175,137). Sum of RGB (Red+Green+Blue) = 171+175+137=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF89 is #545076. Grayscale: #A9A9A9. Windows color (decimal): -5525623 or 9023403. OLE color: 9023403.

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

Color convert

RGB171175137-
CMYK0.0200.220.31
HSL66.32º19.19%61.18%-
HSV(B)66.32º21.71%68.63%-
XYZ36.6441.1229.67-
YUV169.47109.67129.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=35.40%
G=36.23%
B=28.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751370.0200.220.3166.3219.1961.18
HexABAF8920161F42133d
Octal2532572112026371022375
Binary1010101110101111100010011001011011111100001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF89; }

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

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

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

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

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

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

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

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