#AC8178

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

Shades of Brandy Rose #AC8178

Tints of Brandy Rose #AC8178

Color information

#AC8178 (or 0xAC8178) is unknown color: approx Brandy Rose. HEX triplet: AC, 81 and 78. RGB value is (172,129,120). Sum of RGB (Red+Green+Blue) = 172+129+120=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8178 is #537E87. Grayscale: #8C8C8C. Windows color (decimal): -5471880 or 7897516. OLE color: 7897516.

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

Color convert

RGB172129120-
CMYK00.250.300.33
HSL10.38º23.85%57.25%-
HSV(B)10.38º30.23%67.45%-
XYZ28.2525.8321.27-
YUV140.83116.25150.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=40.86%
G=30.64%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212912000.250.300.3310.3823.8557.25
HexAC81780191E21a1839
Octal2542011700313641123071
Binary1010110010000001111100001100111110100001101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8178; }

 p { color: rgb(172,129,120); }

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

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

 a { background-color: rgb(172,129,120); }

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

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

 span { border-color: rgb(172,129,120); }

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