#ACCA6A

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

Shades of Caper #ACCA6A

Tints of Caper #ACCA6A

Color information

#ACCA6A (or 0xACCA6A) is unknown color: approx Caper. HEX triplet: AC, CA and 6A. RGB value is (172,202,106). Sum of RGB (Red+Green+Blue) = 172+202+106=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA6A is #533595. Grayscale: #B6B6B6. Windows color (decimal): -5453206 or 6998700. OLE color: 6998700.

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

Color convert

RGB172202106-
CMYK0.1500.480.21
HSL78.75º47.52%60.39%-
HSV(B)78.75º47.52%79.22%-
XYZ40.7452.0521.54-
YUV182.0985.06120.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=35.83%
G=42.08%
B=22.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021060.1500.480.2178.7547.5260.39
HexACCA6AF030154f303c
Octal25431215217060251176074
Binary1010110011001010110101011110110000101011001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA6A; }

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

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

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

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

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

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

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

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