#ABAF93

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

Shades of Bud #ABAF93

Tints of Bud #ABAF93

Color information

#ABAF93 (or 0xABAF93) is unknown color: approx Bud. HEX triplet: AB, AF and 93. RGB value is (171,175,147). Sum of RGB (Red+Green+Blue) = 171+175+147=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF93 is #54506C. Grayscale: #AAAAAA. Windows color (decimal): -5525613 or 9678763. OLE color: 9678763.

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

Color convert

RGB171175147-
CMYK0.0200.160.31
HSL68.57º14.89%63.14%-
HSV(B)68.57º16%68.63%-
XYZ37.3941.4233.63-
YUV170.61114.67128.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=34.69%
G=35.50%
B=29.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751470.0200.160.3168.5714.8963.14
HexABAF9320101F45f3f
Octal2532572232020371051777
Binary101010111010111110010011100100001111110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF93; }

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

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

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

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

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

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

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

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