#AC8273

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

Shades of Brandy Rose #AC8273

Tints of Brandy Rose #AC8273

Color information

#AC8273 (or 0xAC8273) is unknown color: approx Brandy Rose. HEX triplet: AC, 82 and 73. RGB value is (172,130,115). Sum of RGB (Red+Green+Blue) = 172+130+115=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8273 is #537D8C. Grayscale: #8C8C8C. Windows color (decimal): -5471629 or 7570092. OLE color: 7570092.

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

Color convert

RGB172130115-
CMYK00.240.330.33
HSL15.79º25.56%56.27%-
HSV(B)15.79º33.14%67.45%-
XYZ28.0925.9719.75-
YUV140.85113.41150.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=41.25%
G=31.18%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213011500.240.330.3315.7925.5656.27
HexAC82730182121101a38
Octal2542021630304141203270
Binary101011001000001011100110110001000011000011000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8273; }

 p { color: rgb(172,130,115); }

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

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

 a { background-color: rgb(172,130,115); }

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

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

 span { border-color: rgb(172,130,115); }

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