#AC877F

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

Shades of Brandy Rose #AC877F

Tints of Brandy Rose #AC877F

Color information

#AC877F (or 0xAC877F) is unknown color: approx Brandy Rose. HEX triplet: AC, 87 and 7F. RGB value is (172,135,127). Sum of RGB (Red+Green+Blue) = 172+135+127=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC877F is #537880. Grayscale: #919191. Windows color (decimal): -5470337 or 8357804. OLE color: 8357804.

HSL color Cylindrical-coordinate representation of color #AC877F: hue angle of 10.67º 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 #AC877F is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172135127-
CMYK00.220.260.33
HSL10.67º21.33%58.63%-
HSV(B)10.67º26.16%67.45%-
XYZ29.5127.6323.86-
YUV145.15117.76147.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 127 (50% from 255) = 29.26%
R=39.63%
G=31.11%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213512700.220.260.3310.6721.3358.63
HexAC877F0161A21b153b
Octal2542071770263241132573
Binary1010110010000111111111101011011010100001101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC877F; }

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

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

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

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

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

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

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

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