#ABAE8A

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

Shades of Bud #ABAE8A

Tints of Bud #ABAE8A

Color information

#ABAE8A (or 0xABAE8A) is unknown color: approx Bud. HEX triplet: AB, AE and 8A. RGB value is (171,174,138). Sum of RGB (Red+Green+Blue) = 171+174+138=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE8A is #545175. Grayscale: #A9A9A9. Windows color (decimal): -5525878 or 9088683. OLE color: 9088683.

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

Color convert

RGB171174138-
CMYK0.0200.210.32
HSL65º18.18%61.18%-
HSV(B)65º20.69%68.24%-
XYZ36.5240.7729.99-
YUV169110.51129.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=35.40%
G=36.02%
B=28.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741380.0200.210.326518.1861.18
HexABAE8A20152041123d
Octal2532562122025401012275
Binary10101011101011101000101010010101100000100000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE8A; }

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

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

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

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

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

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

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

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