#AC8077

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

Shades of Brandy Rose #AC8077

Tints of Brandy Rose #AC8077

Color information

#AC8077 (or 0xAC8077) is unknown color: approx Brandy Rose. HEX triplet: AC, 80 and 77. RGB value is (172,128,119). Sum of RGB (Red+Green+Blue) = 172+128+119=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8077 is #537F88. Grayscale: #8C8C8C. Windows color (decimal): -5472137 or 7831724. OLE color: 7831724.

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

Color convert

RGB172128119-
CMYK00.260.310.33
HSL10.19º24.2%57.06%-
HSV(B)10.19º30.81%67.45%-
XYZ28.0625.5420.9-
YUV140.13116.08150.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=41.05%
G=30.55%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212811900.260.310.3310.1924.257.06
HexAC807701A1F21a1839
Octal2542001670323741123071
Binary1010110010000000111011101101011111100001101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8077; }

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

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

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

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

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

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

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

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