#ACCA85

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

Shades of Caper #ACCA85

Tints of Caper #ACCA85

Color information

#ACCA85 (or 0xACCA85) is unknown color: approx Caper. HEX triplet: AC, CA and 85. RGB value is (172,202,133). Sum of RGB (Red+Green+Blue) = 172+202+133=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA85 is #53357A. Grayscale: #B9B9B9. Windows color (decimal): -5453179 or 8768172. OLE color: 8768172.

HSL color Cylindrical-coordinate representation of color #ACCA85: hue angle of 86.09º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACCA85 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB172202133-
CMYK0.1500.340.21
HSL86.09º39.43%65.69%-
HSV(B)86.09º34.16%79.22%-
XYZ42.3752.7130.13-
YUV185.1698.56118.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=33.93%
G=39.84%
B=26.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021330.1500.340.2186.0939.4365.69
HexACCA85F02215562742
Octal254312205170422512647102
Binary101011001100101010000101111101000101010110101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA85; }

 p { color: rgb(172,202,133); }

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

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

 a { background-color: rgb(172,202,133); }

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

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

 span { border-color: rgb(172,202,133); }

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