#A8C171

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

Shades of Caper #A8C171

Tints of Caper #A8C171

Color information

#A8C171 (or 0xA8C171) is unknown color: approx Caper. HEX triplet: A8, C1 and 71. RGB value is (168,193,113). Sum of RGB (Red+Green+Blue) = 168+193+113=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C171 is #573E8E. Grayscale: #B0B0B0. Windows color (decimal): -5717647 or 7455144. OLE color: 7455144.

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

Color convert

RGB168193113-
CMYK0.1300.410.24
HSL78.75º39.22%60%-
HSV(B)78.75º41.45%75.69%-
XYZ38.247.6622.81-
YUV176.492.22122-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=35.44%
G=40.72%
B=23.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931130.1300.410.2478.7539.2260
HexA8C171D029184f273c
Octal25030116115051301174774
Binary1010100011000001111000111010101001110001001111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C171; }

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

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

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

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

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

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

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

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