#ABAF8A

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

Shades of Bud #ABAF8A

Tints of Bud #ABAF8A

Color information

#ABAF8A (or 0xABAF8A) is unknown color: approx Bud. HEX triplet: AB, AF and 8A. RGB value is (171,175,138). Sum of RGB (Red+Green+Blue) = 171+175+138=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF8A is #545075. Grayscale: #A9A9A9. Windows color (decimal): -5525622 or 9088939. OLE color: 9088939.

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

Color convert

RGB171175138-
CMYK0.0200.210.31
HSL66.49º18.78%61.37%-
HSV(B)66.49º21.14%68.63%-
XYZ36.7141.1530.05-
YUV169.59110.17129.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=35.33%
G=36.16%
B=28.51%

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
Decimal1711751380.0200.210.3166.4918.7861.37
HexABAF8A20151F42133d
Octal2532572122025371022375
Binary1010101110101111100010101001010111111100001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF8A; }

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

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

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

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

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

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

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

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