#A7B872

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

Shades of Caper #A7B872

Tints of Caper #A7B872

Color information

#A7B872 (or 0xA7B872) is unknown color: approx Caper. HEX triplet: A7, B8 and 72. RGB value is (167,184,114). Sum of RGB (Red+Green+Blue) = 167+184+114=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B872 is #58478D. Grayscale: #ABABAB. Windows color (decimal): -5785486 or 7518375. OLE color: 7518375.

HSL color Cylindrical-coordinate representation of color #A7B872: hue angle of 74.57º 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 #A7B872 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB167184114-
CMYK0.0900.380.28
HSL74.57º33.02%58.43%-
HSV(B)74.57º38.04%72.16%-
XYZ36.1143.7122.45-
YUV170.9495.87125.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=35.91%
G=39.57%
B=24.52%

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
Decimal1671841140.0900.380.2874.5733.0258.43
HexA7B87290261C4b213a
Octal24727016211046341134172
Binary1010011110111000111001010010100110111001001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B872; }

 p { color: rgb(167,184,114); }

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

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

 a { background-color: rgb(167,184,114); }

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

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

 span { border-color: rgb(167,184,114); }

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