#AC8575

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

Shades of Brandy Rose #AC8575

Tints of Brandy Rose #AC8575

Color information

#AC8575 (or 0xAC8575) is unknown color: approx Brandy Rose. HEX triplet: AC, 85 and 75. RGB value is (172,133,117). Sum of RGB (Red+Green+Blue) = 172+133+117=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8575 is #537A8A. Grayscale: #8E8E8E. Windows color (decimal): -5470859 or 7701932. OLE color: 7701932.

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

Color convert

RGB172133117-
CMYK00.230.320.33
HSL17.45º24.89%56.67%-
HSV(B)17.45º31.98%67.45%-
XYZ28.6126.8320.5-
YUV142.84113.42148.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=40.76%
G=31.52%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213311700.230.320.3317.4524.8956.67
HexAC85750172021111939
Octal2542051650274041213171
Binary101011001000010111101010101111000001000011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8575; }

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

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

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

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

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

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

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

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