#A8C084

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

Shades of Caper #A8C084

Tints of Caper #A8C084

Color information

#A8C084 (or 0xA8C084) is unknown color: approx Caper. HEX triplet: A8, C0 and 84. RGB value is (168,192,132). Sum of RGB (Red+Green+Blue) = 168+192+132=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C084 is #573F7B. Grayscale: #B2B2B2. Windows color (decimal): -5717884 or 8700072. OLE color: 8700072.

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

Color convert

RGB168192132-
CMYK0.1200.310.25
HSL84º32.26%63.53%-
HSV(B)84º31.25%75.29%-
XYZ39.1647.6928.97-
YUV177.98102.05120.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=34.15%
G=39.02%
B=26.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921320.1200.310.258432.2663.53
HexA8C084C01F19542040
Octal250300204140373112440100
Binary10101000110000001000010011000111111100110101001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C084; }

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

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

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

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

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

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

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

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