#A6B384

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

Shades of Caper #A6B384

Tints of Caper #A6B384

Color information

#A6B384 (or 0xA6B384) is unknown color: approx Caper. HEX triplet: A6, B3 and 84. RGB value is (166,179,132). Sum of RGB (Red+Green+Blue) = 166+179+132=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B384 is #594C7B. Grayscale: #A9A9A9. Windows color (decimal): -5852284 or 8696742. OLE color: 8696742.

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

Color convert

RGB166179132-
CMYK0.0700.260.30
HSL76.6º23.62%60.98%-
HSV(B)76.6º26.26%70.2%-
XYZ36.0142.0128.04-
YUV169.76106.69125.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=34.80%
G=37.53%
B=27.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661791320.0700.260.3076.623.6260.98
HexA6B384701A1E4d183d
Octal2462632047032361153075
Binary10100110101100111000010011101101011110100110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B384; }

 p { color: rgb(166,179,132); }

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

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

 a { background-color: rgb(166,179,132); }

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

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

 span { border-color: rgb(166,179,132); }

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