#A8C175

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

Shades of Caper #A8C175

Tints of Caper #A8C175

Color information

#A8C175 (or 0xA8C175) is unknown color: approx Caper. HEX triplet: A8, C1 and 75. RGB value is (168,193,117). Sum of RGB (Red+Green+Blue) = 168+193+117=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C175 is #573E8A. Grayscale: #B1B1B1. Windows color (decimal): -5717643 or 7717288. OLE color: 7717288.

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

Color convert

RGB168193117-
CMYK0.1300.390.24
HSL79.74º38%60.78%-
HSV(B)79.74º39.38%75.69%-
XYZ38.4347.7524.02-
YUV176.8694.22121.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=35.15%
G=40.38%
B=24.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931170.1300.390.2479.743860.78
HexA8C175D0271850263d
Octal25030116515047301204675
Binary1010100011000001111010111010100111110001010000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C175; }

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

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

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

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

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

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

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

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