#AC8673

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

Shades of Brandy Rose #AC8673

Tints of Brandy Rose #AC8673

Color information

#AC8673 (or 0xAC8673) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 73. RGB value is (172,134,115). Sum of RGB (Red+Green+Blue) = 172+134+115=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8673 is #53798C. Grayscale: #8F8F8F. Windows color (decimal): -5470605 or 7571116. OLE color: 7571116.

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

Color convert

RGB172134115-
CMYK00.220.330.33
HSL20º25.56%56.27%-
HSV(B)20º33.14%67.45%-
XYZ28.6327.0619.93-
YUV143.2112.09148.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=40.86%
G=31.83%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213411500.220.330.332025.5656.27
HexAC86730162121141a38
Octal2542061630264141243270
Binary101011001000011011100110101101000011000011010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8673; }

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

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

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

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

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

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

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

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