#A7C575

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

Shades of Caper #A7C575

Tints of Caper #A7C575

Color information

#A7C575 (or 0xA7C575) is unknown color: approx Caper. HEX triplet: A7, C5 and 75. RGB value is (167,197,117). Sum of RGB (Red+Green+Blue) = 167+197+117=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C575 is #583A8A. Grayscale: #B3B3B3. Windows color (decimal): -5782155 or 7718311. OLE color: 7718311.

HSL color Cylindrical-coordinate representation of color #A7C575: hue angle of 82.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7C575 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB167197117-
CMYK0.1500.410.23
HSL82.5º40.82%61.57%-
HSV(B)82.5º40.61%77.25%-
XYZ39.1149.4324.31-
YUV178.9193.06119.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=34.72%
G=40.96%
B=24.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671971170.1500.410.2382.540.8261.57
HexA7C575F0291752293e
Octal24730516517051271225176
Binary1010011111000101111010111110101001101111010010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C575; }

 p { color: rgb(167,197,117); }

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

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

 a { background-color: rgb(167,197,117); }

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

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

 span { border-color: rgb(167,197,117); }

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