#A8B782

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

Shades of Caper #A8B782

Tints of Caper #A8B782

Color information

#A8B782 (or 0xA8B782) is unknown color: approx Caper. HEX triplet: A8, B7 and 82. RGB value is (168,183,130). Sum of RGB (Red+Green+Blue) = 168+183+130=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B782 is #57487D. Grayscale: #ACACAC. Windows color (decimal): -5720190 or 8566696. OLE color: 8566696.

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

Color convert

RGB168183130-
CMYK0.0800.290.28
HSL76.98º26.9%61.37%-
HSV(B)76.98º28.96%71.76%-
XYZ37.1143.827.62-
YUV172.47104.03124.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=34.93%
G=38.05%
B=27.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831300.0800.290.2876.9826.961.37
HexA8B782801D1C4d1b3d
Octal25026720210035341153375
Binary101010001011011110000010100001110111100100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B782; }

 p { color: rgb(168,183,130); }

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

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

 a { background-color: rgb(168,183,130); }

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

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

 span { border-color: rgb(168,183,130); }

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