#ABAC90

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

Shades of Bud #ABAC90

Tints of Bud #ABAC90

Color information

#ABAC90 (or 0xABAC90) is unknown color: approx Bud. HEX triplet: AB, AC and 90. RGB value is (171,172,144). Sum of RGB (Red+Green+Blue) = 171+172+144=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC90 is #54536F. Grayscale: #A8A8A8. Windows color (decimal): -5526384 or 9481387. OLE color: 9481387.

HSL color Cylindrical-coordinate representation of color #ABAC90: hue angle of 62.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAC90 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB171172144-
CMYK0.0100.160.33
HSL62.14º14.43%61.96%-
HSV(B)62.14º16.28%67.45%-
XYZ36.5840.1832.21-
YUV168.51114.17129.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=35.11%
G=35.32%
B=29.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721440.0100.160.3362.1414.4361.96
HexABAC901010213ee3e
Octal253254220102041761676
Binary10101011101011001001000010100001000011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC90; }

 p { color: rgb(171,172,144); }

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

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

 a { background-color: rgb(171,172,144); }

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

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

 span { border-color: rgb(171,172,144); }

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