#ABAF8C

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

Shades of Bud #ABAF8C

Tints of Bud #ABAF8C

Color information

#ABAF8C (or 0xABAF8C) is unknown color: approx Bud. HEX triplet: AB, AF and 8C. RGB value is (171,175,140). Sum of RGB (Red+Green+Blue) = 171+175+140=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF8C is #545073. Grayscale: #A9A9A9. Windows color (decimal): -5525620 or 9220011. OLE color: 9220011.

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

Color convert

RGB171175140-
CMYK0.0200.20.31
HSL66.86º17.95%61.76%-
HSV(B)66.86º20%68.63%-
XYZ36.8641.2130.82-
YUV169.81111.17128.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=35.19%
G=36.01%
B=28.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751400.0200.20.3166.8617.9561.76
HexABAF8C20141F43123e
Octal2532572142024371032276
Binary1010101110101111100011001001010011111100001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF8C; }

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

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

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

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

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

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

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

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