#A6B979

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

Shades of Caper #A6B979

Tints of Caper #A6B979

Color information

#A6B979 (or 0xA6B979) is unknown color: approx Caper. HEX triplet: A6, B9 and 79. RGB value is (166,185,121). Sum of RGB (Red+Green+Blue) = 166+185+121=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B979 is #594686. Grayscale: #ACACAC. Windows color (decimal): -5850759 or 7977382. OLE color: 7977382.

HSL color Cylindrical-coordinate representation of color #A6B979: hue angle of 77.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6B979 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB166185121-
CMYK0.1000.350.27
HSL77.81º31.37%60%-
HSV(B)77.81º34.59%72.55%-
XYZ36.5344.1924.69-
YUV172.0299.21123.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 121 (47.66% from 255) = 25.64%
R=35.17%
G=39.19%
B=25.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851210.1000.350.2777.8131.3760
HexA6B979A0231B4e1f3c
Octal24627117112043331163774
Binary101001101011100111110011010010001111011100111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B979; }

 p { color: rgb(166,185,121); }

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

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

 a { background-color: rgb(166,185,121); }

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

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

 span { border-color: rgb(166,185,121); }

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