#A3B47F

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

Shades of Caper #A3B47F

Tints of Caper #A3B47F

Color information

#A3B47F (or 0xA3B47F) is unknown color: approx Caper. HEX triplet: A3, B4 and 7F. RGB value is (163,180,127). Sum of RGB (Red+Green+Blue) = 163+180+127=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B47F is #5C4B80. Grayscale: #A9A9A9. Windows color (decimal): -6048641 or 8369315. OLE color: 8369315.

HSL color Cylindrical-coordinate representation of color #A3B47F: hue angle of 79.25º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3B47F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB163180127-
CMYK0.0900.290.29
HSL79.25º26.11%60.2%-
HSV(B)79.25º29.44%70.59%-
XYZ35.2641.9626.32-
YUV168.88104.37123.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 127 (50% from 255) = 27.02%
R=34.68%
G=38.30%
B=27.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801270.0900.290.2979.2526.1160.2
HexA3B47F901D1D4f1a3c
Octal24326417711035351173274
Binary10100011101101001111111100101110111101100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B47F; }

 p { color: rgb(163,180,127); }

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

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

 a { background-color: rgb(163,180,127); }

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

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

 span { border-color: rgb(163,180,127); }

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