#A3B681

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

Shades of Caper #A3B681

Tints of Caper #A3B681

Color information

#A3B681 (or 0xA3B681) is unknown color: approx Caper. HEX triplet: A3, B6 and 81. RGB value is (163,182,129). Sum of RGB (Red+Green+Blue) = 163+182+129=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B681 is #5C497E. Grayscale: #AAAAAA. Windows color (decimal): -6048127 or 8500899. OLE color: 8500899.

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

Color convert

RGB163182129-
CMYK0.1000.290.29
HSL81.51º26.63%60.98%-
HSV(B)81.51º29.12%71.37%-
XYZ35.7942.8327.15-
YUV170.28104.71122.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=34.39%
G=38.40%
B=27.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821290.1000.290.2981.5126.6360.98
HexA3B681A01D1D521b3d
Octal24326620112035351223375
Binary101000111011011010000001101001110111101101001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B681; }

 p { color: rgb(163,182,129); }

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

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

 a { background-color: rgb(163,182,129); }

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

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

 span { border-color: rgb(163,182,129); }

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