#AC7D75

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

Shades of Brandy Rose #AC7D75

Tints of Brandy Rose #AC7D75

Color information

#AC7D75 (or 0xAC7D75) is unknown color: approx Brandy Rose. HEX triplet: AC, 7D and 75. RGB value is (172,125,117). Sum of RGB (Red+Green+Blue) = 172+125+117=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D75 is #53828A. Grayscale: #8A8A8A. Windows color (decimal): -5472907 or 7699884. OLE color: 7699884.

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

Color convert

RGB172125117-
CMYK00.270.320.33
HSL8.73º24.89%56.67%-
HSV(B)8.73º31.98%67.45%-
XYZ27.5624.7220.15-
YUV138.14116.07152.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=41.55%
G=30.19%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212511700.270.320.338.7324.8956.67
HexAC7D7501B202191939
Octal2541751650334041113171
Binary1010110011111011110101011011100000100001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D75; }

 p { color: rgb(172,125,117); }

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

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

 a { background-color: rgb(172,125,117); }

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

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

 span { border-color: rgb(172,125,117); }

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