#A6B280

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

Shades of Caper #A6B280

Tints of Caper #A6B280

Color information

#A6B280 (or 0xA6B280) is unknown color: approx Caper. HEX triplet: A6, B2 and 80. RGB value is (166,178,128). Sum of RGB (Red+Green+Blue) = 166+178+128=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B280 is #594D7F. Grayscale: #A8A8A8. Windows color (decimal): -5852544 or 8434342. OLE color: 8434342.

HSL color Cylindrical-coordinate representation of color #A6B280: hue angle of 74.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6B280 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB166178128-
CMYK0.0700.280.30
HSL74.4º24.51%60%-
HSV(B)74.4º28.09%69.8%-
XYZ35.5441.5126.56-
YUV168.71105.02126.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=35.17%
G=37.71%
B=27.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661781280.0700.280.3074.424.5160
HexA6B280701C1E4a193c
Octal2462622007034361123174
Binary10100110101100101000000011101110011110100101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B280; }

 p { color: rgb(166,178,128); }

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

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

 a { background-color: rgb(166,178,128); }

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

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

 span { border-color: rgb(166,178,128); }

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