#ABAF8E

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

Shades of Bud #ABAF8E

Tints of Bud #ABAF8E

Color information

#ABAF8E (or 0xABAF8E) is unknown color: approx Bud. HEX triplet: AB, AF and 8E. RGB value is (171,175,142). Sum of RGB (Red+Green+Blue) = 171+175+142=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF8E is #545071. Grayscale: #AAAAAA. Windows color (decimal): -5525618 or 9351083. OLE color: 9351083.

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

Color convert

RGB171175142-
CMYK0.0200.190.31
HSL67.27º17.1%62.16%-
HSV(B)67.27º18.86%68.63%-
XYZ37.0141.2731.61-
YUV170.04112.17128.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=35.04%
G=35.86%
B=29.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751420.0200.190.3167.2717.162.16
HexABAF8E20131F43113e
Octal2532572162023371032176
Binary1010101110101111100011101001001111111100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF8E; }

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

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

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

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

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

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

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

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