#A6B674

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

Shades of Caper #A6B674

Tints of Caper #A6B674

Color information

#A6B674 (or 0xA6B674) is unknown color: approx Caper. HEX triplet: A6, B6 and 74. RGB value is (166,182,116). Sum of RGB (Red+Green+Blue) = 166+182+116=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B674 is #59498B. Grayscale: #A9A9A9. Windows color (decimal): -5851532 or 7648934. OLE color: 7648934.

HSL color Cylindrical-coordinate representation of color #A6B674: hue angle of 74.55º degrees, saturation: 0.31, 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 #A6B674 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB166182116-
CMYK0.0900.360.29
HSL74.55º31.13%58.43%-
HSV(B)74.55º36.26%71.37%-
XYZ35.6142.8222.91-
YUV169.6997.7125.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 116 (45.70% from 255) = 25%
R=35.78%
G=39.22%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821160.0900.360.2974.5531.1358.43
HexA6B67490241D4b1f3a
Octal24626616411044351133772
Binary101001101011011011101001001010010011101100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B674; }

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

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

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

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

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

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

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

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