#A8C071

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

Shades of Caper #A8C071

Tints of Caper #A8C071

Color information

#A8C071 (or 0xA8C071) is unknown color: approx Caper. HEX triplet: A8, C0 and 71. RGB value is (168,192,113). Sum of RGB (Red+Green+Blue) = 168+192+113=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C071 is #573F8E. Grayscale: #B0B0B0. Windows color (decimal): -5717903 or 7454888. OLE color: 7454888.

HSL color Cylindrical-coordinate representation of color #A8C071: hue angle of 78.23º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8C071 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB168192113-
CMYK0.1200.410.25
HSL78.23º38.54%59.8%-
HSV(B)78.23º41.15%75.29%-
XYZ37.9847.2222.73-
YUV175.8292.55122.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=35.52%
G=40.59%
B=23.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921130.1200.410.2578.2338.5459.8
HexA8C071C029194e273c
Octal25030016114051311164774
Binary1010100011000000111000111000101001110011001110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C071; }

 p { color: rgb(168,192,113); }

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

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

 a { background-color: rgb(168,192,113); }

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

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

 span { border-color: rgb(168,192,113); }

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