#AC8675

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

Shades of Brandy Rose #AC8675

Tints of Brandy Rose #AC8675

Color information

#AC8675 (or 0xAC8675) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 75. RGB value is (172,134,117). Sum of RGB (Red+Green+Blue) = 172+134+117=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8675 is #53798A. Grayscale: #8F8F8F. Windows color (decimal): -5470603 or 7702188. OLE color: 7702188.

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

Color convert

RGB172134117-
CMYK00.220.320.33
HSL18.55º24.89%56.67%-
HSV(B)18.55º31.98%67.45%-
XYZ28.7527.1120.55-
YUV143.42113.09148.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=40.66%
G=31.68%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213411700.220.320.3318.5524.8956.67
HexAC86750162021131939
Octal2542061650264041233171
Binary101011001000011011101010101101000001000011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8675; }

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

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

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

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

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

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

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

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