#ABAF85

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

Shades of Bud #ABAF85

Tints of Bud #ABAF85

Color information

#ABAF85 (or 0xABAF85) is unknown color: approx Bud. HEX triplet: AB, AF and 85. RGB value is (171,175,133). Sum of RGB (Red+Green+Blue) = 171+175+133=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF85 is #54507A. Grayscale: #A9A9A9. Windows color (decimal): -5525627 or 8761259. OLE color: 8761259.

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

Color convert

RGB171175133-
CMYK0.0200.240.31
HSL65.71º20.79%60.39%-
HSV(B)65.71º24%68.63%-
XYZ36.3641.0128.19-
YUV169.02107.67129.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=35.70%
G=36.53%
B=27.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751330.0200.240.3165.7120.7960.39
HexABAF8520181F42153c
Octal2532572052030371022574
Binary1010101110101111100001011001100011111100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF85; }

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

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

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

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

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

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

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

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