#ABAC98

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

Shades of Bud #ABAC98

Tints of Bud #ABAC98

Color information

#ABAC98 (or 0xABAC98) is unknown color: approx Bud. HEX triplet: AB, AC and 98. RGB value is (171,172,152). Sum of RGB (Red+Green+Blue) = 171+172+152=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC98 is #545367. Grayscale: #A9A9A9. Windows color (decimal): -5526376 or 10005675. OLE color: 10005675.

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

Color convert

RGB171172152-
CMYK0.0100.120.33
HSL63º10.75%63.53%-
HSV(B)63º11.63%67.45%-
XYZ37.2140.4335.55-
YUV169.42118.17129.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 152 (59.77% from 255) = 30.71%
R=34.55%
G=34.75%
B=30.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721520.0100.120.336310.7563.53
HexABAC9810C213fb40
Octal2532542301014417713100
Binary10101011101011001001100010110010000111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC98; }

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

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

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

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

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

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

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

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