#A3B57F

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

Shades of Caper #A3B57F

Tints of Caper #A3B57F

Color information

#A3B57F (or 0xA3B57F) is unknown color: approx Caper. HEX triplet: A3, B5 and 7F. RGB value is (163,181,127). Sum of RGB (Red+Green+Blue) = 163+181+127=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B57F is #5C4A80. Grayscale: #A9A9A9. Windows color (decimal): -6048385 or 8369571. OLE color: 8369571.

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

Color convert

RGB163181127-
CMYK0.1000.300.29
HSL80º26.73%60.39%-
HSV(B)80º29.83%70.98%-
XYZ35.4642.3726.39-
YUV169.46104.04123.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 127 (50% from 255) = 26.96%
R=34.61%
G=38.43%
B=26.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811270.1000.300.298026.7360.39
HexA3B57FA01E1D501b3c
Octal24326517712036351203374
Binary10100011101101011111111101001111011101101000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B57F; }

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

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

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

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

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

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

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

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