#AC8B7F

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

Shades of Brandy Rose #AC8B7F

Tints of Brandy Rose #AC8B7F

Color information

#AC8B7F (or 0xAC8B7F) is unknown color: approx Brandy Rose. HEX triplet: AC, 8B and 7F. RGB value is (172,139,127). Sum of RGB (Red+Green+Blue) = 172+139+127=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B7F is #537480. Grayscale: #939393. Windows color (decimal): -5469313 or 8358828. OLE color: 8358828.

HSL color Cylindrical-coordinate representation of color #AC8B7F: hue angle of 16º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8B7F is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172139127-
CMYK00.190.260.33
HSL16º21.33%58.63%-
HSV(B)16º26.16%67.45%-
XYZ30.0828.7724.05-
YUV147.5116.43145.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 127 (50% from 255) = 29.00%
R=39.27%
G=31.74%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213912700.190.260.331621.3358.63
HexAC8B7F0131A2110153b
Octal2542131770233241202573
Binary10101100100010111111111010011110101000011000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B7F; }

 p { color: rgb(172,139,127); }

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

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

 a { background-color: rgb(172,139,127); }

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

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

 span { border-color: rgb(172,139,127); }

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