#ACB678

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

Shades of Caper #ACB678

Tints of Caper #ACB678

Color information

#ACB678 (or 0xACB678) is unknown color: approx Caper. HEX triplet: AC, B6 and 78. RGB value is (172,182,120). Sum of RGB (Red+Green+Blue) = 172+182+120=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB678 is #534987. Grayscale: #ACACAC. Windows color (decimal): -5458312 or 7911084. OLE color: 7911084.

HSL color Cylindrical-coordinate representation of color #ACB678: hue angle of 69.68º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB678 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB172182120-
CMYK0.0500.340.29
HSL69.68º29.81%59.22%-
HSV(B)69.68º34.07%71.37%-
XYZ37.1343.5824.22-
YUV171.9498.69128.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=36.29%
G=38.40%
B=25.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821200.0500.340.2969.6829.8159.22
HexACB67850221D461e3b
Octal2542661705042351063673
Binary10101100101101101111000101010001011101100011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB678; }

 p { color: rgb(172,182,120); }

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

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

 a { background-color: rgb(172,182,120); }

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

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

 span { border-color: rgb(172,182,120); }

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