#AC8775

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

Shades of Brandy Rose #AC8775

Tints of Brandy Rose #AC8775

Color information

#AC8775 (or 0xAC8775) is unknown color: approx Brandy Rose. HEX triplet: AC, 87 and 75. RGB value is (172,135,117). Sum of RGB (Red+Green+Blue) = 172+135+117=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8775 is #53788A. Grayscale: #909090. Windows color (decimal): -5470347 or 7702444. OLE color: 7702444.

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

Color convert

RGB172135117-
CMYK00.220.320.33
HSL19.64º24.89%56.67%-
HSV(B)19.64º31.98%67.45%-
XYZ28.8927.3820.59-
YUV144.01112.76147.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=40.57%
G=31.84%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213511700.220.320.3319.6424.8956.67
HexAC87750162021141939
Octal2542071650264041243171
Binary101011001000011111101010101101000001000011010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8775; }

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

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

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

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

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

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

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

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