#AC7B72

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

Shades of Brandy Rose #AC7B72

Tints of Brandy Rose #AC7B72

Color information

#AC7B72 (or 0xAC7B72) is unknown color: approx Brandy Rose. HEX triplet: AC, 7B and 72. RGB value is (172,123,114). Sum of RGB (Red+Green+Blue) = 172+123+114=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B72 is #53848D. Grayscale: #888888. Windows color (decimal): -5473422 or 7502764. OLE color: 7502764.

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

Color convert

RGB172123114-
CMYK00.280.340.33
HSL9.31º25.89%56.08%-
HSV(B)9.31º33.72%67.45%-
XYZ27.1324.1519.15-
YUV136.62115.23153.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=42.05%
G=30.07%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212311400.280.340.339.3125.8956.08
HexAC7B7201C222191a38
Octal2541731620344241113270
Binary1010110011110111110010011100100010100001100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B72; }

 p { color: rgb(172,123,114); }

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

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

 a { background-color: rgb(172,123,114); }

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

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

 span { border-color: rgb(172,123,114); }

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