#ABAE96

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

Shades of Bud #ABAE96

Tints of Bud #ABAE96

Color information

#ABAE96 (or 0xABAE96) is unknown color: approx Bud. HEX triplet: AB, AE and 96. RGB value is (171,174,150). Sum of RGB (Red+Green+Blue) = 171+174+150=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE96 is #545169. Grayscale: #AAAAAA. Windows color (decimal): -5525866 or 9875115. OLE color: 9875115.

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

Color convert

RGB171174150-
CMYK0.0200.140.32
HSL67.5º12.9%63.53%-
HSV(B)67.5º13.79%68.24%-
XYZ37.4441.1334.82-
YUV170.37116.51128.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=34.55%
G=35.15%
B=30.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741500.0200.140.3267.512.963.53
HexABAE9620E2044d40
Octal25325622620164010415100
Binary1010101110101110100101101001110100000100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE96; }

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

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

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

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

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

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

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

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