#AC8678

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

Shades of Brandy Rose #AC8678

Tints of Brandy Rose #AC8678

Color information

#AC8678 (or 0xAC8678) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 78. RGB value is (172,134,120). Sum of RGB (Red+Green+Blue) = 172+134+120=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8678 is #537987. Grayscale: #8F8F8F. Windows color (decimal): -5470600 or 7898796. OLE color: 7898796.

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

Color convert

RGB172134120-
CMYK00.220.300.33
HSL16.15º23.85%57.25%-
HSV(B)16.15º30.23%67.45%-
XYZ28.9327.1821.49-
YUV143.77114.59148.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=40.38%
G=31.46%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213412000.220.300.3316.1523.8557.25
HexAC86780161E21101839
Octal2542061700263641203071
Binary10101100100001101111000010110111101000011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8678; }

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

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

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

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

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

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

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

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