#AC7B74

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

Shades of Brandy Rose #AC7B74

Tints of Brandy Rose #AC7B74

Color information

#AC7B74 (or 0xAC7B74) is unknown color: approx Brandy Rose. HEX triplet: AC, 7B and 74. RGB value is (172,123,116). Sum of RGB (Red+Green+Blue) = 172+123+116=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B74 is #53848B. Grayscale: #888888. Windows color (decimal): -5473420 or 7633836. OLE color: 7633836.

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

Color convert

RGB172123116-
CMYK00.280.330.33
HSL7.5º25.23%56.47%-
HSV(B)7.5º32.56%67.45%-
XYZ27.2524.219.76-
YUV136.85116.23153.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=41.85%
G=29.93%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212311600.280.330.337.525.2356.47
HexAC7B7401C212171938
Octal254173164034414173170
Binary101011001111011111010001110010000110000111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B74; }

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

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

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

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

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

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

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

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