#A6B47D

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

Shades of Caper #A6B47D

Tints of Caper #A6B47D

Color information

#A6B47D (or 0xA6B47D) is unknown color: approx Caper. HEX triplet: A6, B4 and 7D. RGB value is (166,180,125). Sum of RGB (Red+Green+Blue) = 166+180+125=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B47D is #594B82. Grayscale: #A9A9A9. Windows color (decimal): -5852035 or 8238246. OLE color: 8238246.

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

Color convert

RGB166180125-
CMYK0.0800.310.29
HSL75.27º26.83%59.8%-
HSV(B)75.27º30.56%70.59%-
XYZ35.7542.2325.67-
YUV169.54102.86125.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=35.24%
G=38.22%
B=26.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801250.0800.310.2975.2726.8359.8
HexA6B47D801F1D4b1b3c
Octal24626417510037351133374
Binary10100110101101001111101100001111111101100101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B47D; }

 p { color: rgb(166,180,125); }

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

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

 a { background-color: rgb(166,180,125); }

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

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

 span { border-color: rgb(166,180,125); }

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