#A6B474

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

Shades of Caper #A6B474

Tints of Caper #A6B474

Color information

#A6B474 (or 0xA6B474) is unknown color: approx Caper. HEX triplet: A6, B4 and 74. RGB value is (166,180,116). Sum of RGB (Red+Green+Blue) = 166+180+116=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B474 is #594B8B. Grayscale: #A8A8A8. Windows color (decimal): -5852044 or 7648422. OLE color: 7648422.

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

Color convert

RGB166180116-
CMYK0.0800.360.29
HSL73.12º29.91%58.04%-
HSV(B)73.12º35.56%70.59%-
XYZ35.242.0122.78-
YUV168.5298.36126.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=35.93%
G=38.96%
B=25.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801160.0800.360.2973.1229.9158.04
HexA6B47480241D491e3a
Octal24626416410044351113672
Binary101001101011010011101001000010010011101100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B474; }

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

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

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

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

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

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

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

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