#ACCA88

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

Shades of Caper #ACCA88

Tints of Caper #ACCA88

Color information

#ACCA88 (or 0xACCA88) is unknown color: approx Caper. HEX triplet: AC, CA and 88. RGB value is (172,202,136). Sum of RGB (Red+Green+Blue) = 172+202+136=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA88 is #533577. Grayscale: #B9B9B9. Windows color (decimal): -5453176 or 8964780. OLE color: 8964780.

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

Color convert

RGB172202136-
CMYK0.1500.330.21
HSL87.27º38.37%66.27%-
HSV(B)87.27º32.67%79.22%-
XYZ42.5852.7931.24-
YUV185.51100.06118.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=33.73%
G=39.61%
B=26.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021360.1500.330.2187.2738.3766.27
HexACCA88F02115572642
Octal254312210170412512746102
Binary101011001100101010001000111101000011010110101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA88; }

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

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

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

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

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

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

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

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