#A6B47A

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

Shades of Caper #A6B47A

Tints of Caper #A6B47A

Color information

#A6B47A (or 0xA6B47A) is unknown color: approx Caper. HEX triplet: A6, B4 and 7A. RGB value is (166,180,122). Sum of RGB (Red+Green+Blue) = 166+180+122=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B47A is #594B85. Grayscale: #A9A9A9. Windows color (decimal): -5852038 or 8041638. OLE color: 8041638.

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

Color convert

RGB166180122-
CMYK0.0800.320.29
HSL74.48º27.88%59.22%-
HSV(B)74.48º32.22%70.59%-
XYZ35.5642.1524.67-
YUV169.2101.36125.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=35.47%
G=38.46%
B=26.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801220.0800.320.2974.4827.8859.22
HexA6B47A80201D4a1c3b
Octal24626417210040351123473
Binary101001101011010011110101000010000011101100101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B47A; }

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

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

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

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

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

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

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

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