#A6B673

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

Shades of Caper #A6B673

Tints of Caper #A6B673

Color information

#A6B673 (or 0xA6B673) is unknown color: approx Caper. HEX triplet: A6, B6 and 73. RGB value is (166,182,115). Sum of RGB (Red+Green+Blue) = 166+182+115=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B673 is #59498C. Grayscale: #A9A9A9. Windows color (decimal): -5851533 or 7583398. OLE color: 7583398.

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

Color convert

RGB166182115-
CMYK0.0900.370.29
HSL74.33º31.46%58.24%-
HSV(B)74.33º36.81%71.37%-
XYZ35.5542.822.61-
YUV169.5897.2125.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=35.85%
G=39.31%
B=24.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821150.0900.370.2974.3331.4658.24
HexA6B67390251D4a1f3a
Octal24626616311045351123772
Binary101001101011011011100111001010010111101100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B673; }

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

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

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

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

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

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

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

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