#A7B984

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

Shades of Caper #A7B984

Tints of Caper #A7B984

Color information

#A7B984 (or 0xA7B984) is unknown color: approx Caper. HEX triplet: A7, B9 and 84. RGB value is (167,185,132). Sum of RGB (Red+Green+Blue) = 167+185+132=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B984 is #58467B. Grayscale: #ADADAD. Windows color (decimal): -5785212 or 8698279. OLE color: 8698279.

HSL color Cylindrical-coordinate representation of color #A7B984: hue angle of 80.38º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B984 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB167185132-
CMYK0.1000.290.27
HSL80.38º27.46%62.16%-
HSV(B)80.38º28.65%72.55%-
XYZ37.4544.5828.46-
YUV173.58104.54123.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=34.50%
G=38.22%
B=27.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851320.1000.290.2780.3827.4662.16
HexA7B984A01D1B501b3e
Octal24727120412035331203376
Binary101001111011100110000100101001110111011101000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B984; }

 p { color: rgb(167,185,132); }

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

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

 a { background-color: rgb(167,185,132); }

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

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

 span { border-color: rgb(167,185,132); }

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