#AC8274

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

Shades of Brandy Rose #AC8274

Tints of Brandy Rose #AC8274

Color information

#AC8274 (or 0xAC8274) is unknown color: approx Brandy Rose. HEX triplet: AC, 82 and 74. RGB value is (172,130,116). Sum of RGB (Red+Green+Blue) = 172+130+116=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8274 is #537D8B. Grayscale: #8D8D8D. Windows color (decimal): -5471628 or 7635628. OLE color: 7635628.

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

Color convert

RGB172130116-
CMYK00.240.330.33
HSL15º25.23%56.47%-
HSV(B)15º32.56%67.45%-
XYZ28.152620.06-
YUV140.96113.91150.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=41.15%
G=31.10%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213011600.240.330.331525.2356.47
HexAC82740182121f1938
Octal2542021640304141173170
Binary10101100100000101110100011000100001100001111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8274; }

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

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

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

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

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

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

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

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