#AC8173

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

Shades of Brandy Rose #AC8173

Tints of Brandy Rose #AC8173

Color information

#AC8173 (or 0xAC8173) is unknown color: approx Brandy Rose. HEX triplet: AC, 81 and 73. RGB value is (172,129,115). Sum of RGB (Red+Green+Blue) = 172+129+115=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8173 is #537E8C. Grayscale: #8C8C8C. Windows color (decimal): -5471885 or 7569836. OLE color: 7569836.

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

Color convert

RGB172129115-
CMYK00.250.330.33
HSL14.74º25.56%56.27%-
HSV(B)14.74º33.14%67.45%-
XYZ27.9625.7119.71-
YUV140.26113.75150.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=41.35%
G=31.01%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212911500.250.330.3314.7425.5656.27
HexAC81730192121f1a38
Octal2542011630314141173270
Binary10101100100000011110011011001100001100001111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8173; }

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

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

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

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

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

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

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

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