#AC8275

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

Shades of Brandy Rose #AC8275

Tints of Brandy Rose #AC8275

Color information

#AC8275 (or 0xAC8275) is unknown color: approx Brandy Rose. HEX triplet: AC, 82 and 75. RGB value is (172,130,117). Sum of RGB (Red+Green+Blue) = 172+130+117=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8275 is #537D8A. Grayscale: #8D8D8D. Windows color (decimal): -5471627 or 7701164. OLE color: 7701164.

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

Color convert

RGB172130117-
CMYK00.240.320.33
HSL14.18º24.89%56.67%-
HSV(B)14.18º31.98%67.45%-
XYZ28.2126.0220.37-
YUV141.08114.41150.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=41.05%
G=31.03%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213011700.240.320.3314.1824.8956.67
HexAC82750182021e1939
Octal2542021650304041163171
Binary10101100100000101110101011000100000100001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8275; }

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

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

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

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

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

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

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

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