#A7B674

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

Shades of Caper #A7B674

Tints of Caper #A7B674

Color information

#A7B674 (or 0xA7B674) is unknown color: approx Caper. HEX triplet: A7, B6 and 74. RGB value is (167,182,116). Sum of RGB (Red+Green+Blue) = 167+182+116=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B674 is #58498B. Grayscale: #AAAAAA. Windows color (decimal): -5785996 or 7648935. OLE color: 7648935.

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

Color convert

RGB167182116-
CMYK0.0800.360.29
HSL73.64º31.13%58.43%-
HSV(B)73.64º36.26%71.37%-
XYZ35.8242.9322.92-
YUV169.9997.53125.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=35.91%
G=39.14%
B=24.95%

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
Decimal1671821160.0800.360.2973.6431.1358.43
HexA7B67480241D4a1f3a
Octal24726616410044351123772
Binary101001111011011011101001000010010011101100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B674; }

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

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

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

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

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

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

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

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