#ACB677

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

Shades of Caper #ACB677

Tints of Caper #ACB677

Color information

#ACB677 (or 0xACB677) is unknown color: approx Caper. HEX triplet: AC, B6 and 77. RGB value is (172,182,119). Sum of RGB (Red+Green+Blue) = 172+182+119=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB677 is #534988. Grayscale: #ACACAC. Windows color (decimal): -5458313 or 7845548. OLE color: 7845548.

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

Color convert

RGB172182119-
CMYK0.0500.350.29
HSL69.52º30.14%59.02%-
HSV(B)69.52º34.62%71.37%-
XYZ37.0743.5623.91-
YUV171.8398.19128.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=36.36%
G=38.48%
B=25.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821190.0500.350.2969.5230.1459.02
HexACB67750231D461e3b
Octal2542661675043351063673
Binary10101100101101101110111101010001111101100011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB677; }

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

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

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

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

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

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

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

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