#ABAF94

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

Shades of Bud #ABAF94

Tints of Bud #ABAF94

Color information

#ABAF94 (or 0xABAF94) is unknown color: approx Bud. HEX triplet: AB, AF and 94. RGB value is (171,175,148). Sum of RGB (Red+Green+Blue) = 171+175+148=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF94 is #54506B. Grayscale: #AAAAAA. Windows color (decimal): -5525612 or 9744299. OLE color: 9744299.

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

Color convert

RGB171175148-
CMYK0.0200.150.31
HSL68.89º14.44%63.33%-
HSV(B)68.89º15.43%68.63%-
XYZ37.4741.4634.04-
YUV170.73115.17128.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=34.62%
G=35.43%
B=29.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751480.0200.150.3168.8914.4463.33
HexABAF9420F1F45e3f
Octal2532572242017371051677
Binary10101011101011111001010010011111111110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF94; }

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

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

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

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

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

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

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

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