#AC8075

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

Shades of Brandy Rose #AC8075

Tints of Brandy Rose #AC8075

Color information

#AC8075 (or 0xAC8075) is unknown color: approx Brandy Rose. HEX triplet: AC, 80 and 75. RGB value is (172,128,117). Sum of RGB (Red+Green+Blue) = 172+128+117=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8075 is #537F8A. Grayscale: #8B8B8B. Windows color (decimal): -5472139 or 7700652. OLE color: 7700652.

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

Color convert

RGB172128117-
CMYK00.260.320.33
HSL12º24.89%56.67%-
HSV(B)12º31.98%67.45%-
XYZ27.9425.4920.28-
YUV139.9115.08150.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=41.25%
G=30.70%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212811700.260.320.331224.8956.67
HexAC807501A2021c1939
Octal2542001650324041143171
Binary10101100100000001110101011010100000100001110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8075; }

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

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

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

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

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

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

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

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