#A6B782

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

Shades of Caper #A6B782

Tints of Caper #A6B782

Color information

#A6B782 (or 0xA6B782) is unknown color: approx Caper. HEX triplet: A6, B7 and 82. RGB value is (166,183,130). Sum of RGB (Red+Green+Blue) = 166+183+130=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B782 is #59487D. Grayscale: #ACACAC. Windows color (decimal): -5851262 or 8566694. OLE color: 8566694.

HSL color Cylindrical-coordinate representation of color #A6B782: hue angle of 79.25º 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 #A6B782 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB166183130-
CMYK0.0900.290.28
HSL79.25º26.9%61.37%-
HSV(B)79.25º28.96%71.76%-
XYZ36.6943.5927.6-
YUV171.88104.37123.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=34.66%
G=38.20%
B=27.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661831300.0900.290.2879.2526.961.37
HexA6B782901D1C4f1b3d
Octal24626720211035341173375
Binary101001101011011110000010100101110111100100111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B782; }

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

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

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

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

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

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

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

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