#A8C075

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

Shades of Caper #A8C075

Tints of Caper #A8C075

Color information

#A8C075 (or 0xA8C075) is unknown color: approx Caper. HEX triplet: A8, C0 and 75. RGB value is (168,192,117). Sum of RGB (Red+Green+Blue) = 168+192+117=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C075 is #573F8A. Grayscale: #B0B0B0. Windows color (decimal): -5717899 or 7717032. OLE color: 7717032.

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

Color convert

RGB168192117-
CMYK0.1200.390.25
HSL79.2º37.31%60.59%-
HSV(B)79.2º39.06%75.29%-
XYZ38.2147.3123.95-
YUV176.2794.55122.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=35.22%
G=40.25%
B=24.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921170.1200.390.2579.237.3160.59
HexA8C075C027194f253d
Octal25030016514047311174575
Binary1010100011000000111010111000100111110011001111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C075; }

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

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

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

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

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

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

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

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