#A7B771

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

Shades of Caper #A7B771

Tints of Caper #A7B771

Color information

#A7B771 (or 0xA7B771) is unknown color: approx Caper. HEX triplet: A7, B7 and 71. RGB value is (167,183,113). Sum of RGB (Red+Green+Blue) = 167+183+113=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B771 is #58488E. Grayscale: #AAAAAA. Windows color (decimal): -5785743 or 7452583. OLE color: 7452583.

HSL color Cylindrical-coordinate representation of color #A7B771: hue angle of 73.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7B771 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB167183113-
CMYK0.0900.380.28
HSL73.71º32.71%58.04%-
HSV(B)73.71º38.25%71.76%-
XYZ35.8543.2722.09-
YUV170.2495.7125.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=36.07%
G=39.52%
B=24.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671831130.0900.380.2873.7132.7158.04
HexA7B77190261C4a213a
Octal24726716111046341124172
Binary1010011110110111111000110010100110111001001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B771; }

 p { color: rgb(167,183,113); }

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

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

 a { background-color: rgb(167,183,113); }

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

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

 span { border-color: rgb(167,183,113); }

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