#ABAF8B

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

Shades of Bud #ABAF8B

Tints of Bud #ABAF8B

Color information

#ABAF8B (or 0xABAF8B) is unknown color: approx Bud. HEX triplet: AB, AF and 8B. RGB value is (171,175,139). Sum of RGB (Red+Green+Blue) = 171+175+139=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF8B is #545074. Grayscale: #A9A9A9. Windows color (decimal): -5525621 or 9154475. OLE color: 9154475.

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

Color convert

RGB171175139-
CMYK0.0200.210.31
HSL66.67º18.37%61.57%-
HSV(B)66.67º20.57%68.63%-
XYZ36.7841.1830.44-
YUV169.7110.67128.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=35.26%
G=36.08%
B=28.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751390.0200.210.3166.6718.3761.57
HexABAF8B20151F43123e
Octal2532572132025371032276
Binary1010101110101111100010111001010111111100001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF8B; }

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

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

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

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

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

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

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

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