#A3AF87

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

Shades of Bud #A3AF87

Tints of Bud #A3AF87

Color information

#A3AF87 (or 0xA3AF87) is unknown color: approx Bud. HEX triplet: A3, AF and 87. RGB value is (163,175,135). Sum of RGB (Red+Green+Blue) = 163+175+135=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF87 is #5C5078. Grayscale: #A7A7A7. Windows color (decimal): -6049913 or 8892323. OLE color: 8892323.

HSL color Cylindrical-coordinate representation of color #A3AF87: hue angle of 78º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3AF87 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB163175135-
CMYK0.0700.230.31
HSL78º20%60.78%-
HSV(B)78º22.86%68.63%-
XYZ34.8140.228.85-
YUV166.85110.02125.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=34.46%
G=37.00%
B=28.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631751350.0700.230.31782060.78
HexA3AF8770171F4e143d
Octal2432572077027371162475
Binary10100011101011111000011111101011111111100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF87; }

 p { color: rgb(163,175,135); }

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

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

 a { background-color: rgb(163,175,135); }

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

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

 span { border-color: rgb(163,175,135); }

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