#AC8779

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

Shades of Brandy Rose #AC8779

Tints of Brandy Rose #AC8779

Color information

#AC8779 (or 0xAC8779) is unknown color: approx Brandy Rose. HEX triplet: AC, 87 and 79. RGB value is (172,135,121). Sum of RGB (Red+Green+Blue) = 172+135+121=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8779 is #537886. Grayscale: #909090. Windows color (decimal): -5470343 or 7964588. OLE color: 7964588.

HSL color Cylindrical-coordinate representation of color #AC8779: hue angle of 16.47º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8779 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172135121-
CMYK00.220.300.33
HSL16.47º23.5%57.45%-
HSV(B)16.47º29.65%67.45%-
XYZ29.1327.4821.86-
YUV144.47114.76147.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=40.19%
G=31.54%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213512100.220.300.3316.4723.557.45
HexAC87790161E21101839
Octal2542071710263641203071
Binary10101100100001111111001010110111101000011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8779; }

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

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

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

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

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

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

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

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