#AC8674

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

Shades of Brandy Rose #AC8674

Tints of Brandy Rose #AC8674

Color information

#AC8674 (or 0xAC8674) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 74. RGB value is (172,134,116). Sum of RGB (Red+Green+Blue) = 172+134+116=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8674 is #53798B. Grayscale: #8F8F8F. Windows color (decimal): -5470604 or 7636652. OLE color: 7636652.

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

Color convert

RGB172134116-
CMYK00.220.330.33
HSL19.29º25.23%56.47%-
HSV(B)19.29º32.56%67.45%-
XYZ28.6927.0820.24-
YUV143.31112.59148.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=40.76%
G=31.75%
B=27.49%

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
Decimal17213411600.220.330.3319.2925.2356.47
HexAC86740162121131938
Octal2542061640264141233170
Binary101011001000011011101000101101000011000011001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8674; }

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

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

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

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

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

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

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

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