#A3B180

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

Shades of Caper #A3B180

Tints of Caper #A3B180

Color information

#A3B180 (or 0xA3B180) is unknown color: approx Caper. HEX triplet: A3, B1 and 80. RGB value is (163,177,128). Sum of RGB (Red+Green+Blue) = 163+177+128=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B180 is #5C4E7F. Grayscale: #A7A7A7. Windows color (decimal): -6049408 or 8434083. OLE color: 8434083.

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

Color convert

RGB163177128-
CMYK0.0800.280.31
HSL77.14º23.9%59.8%-
HSV(B)77.14º27.68%69.41%-
XYZ34.7240.7926.47-
YUV167.23105.86124.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=34.83%
G=37.82%
B=27.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631771280.0800.280.3177.1423.959.8
HexA3B180801C1F4d183c
Octal24326120010034371153074
Binary101000111011000110000000100001110011111100110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B180; }

 p { color: rgb(163,177,128); }

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

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

 a { background-color: rgb(163,177,128); }

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

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

 span { border-color: rgb(163,177,128); }

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