#AC7C77

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

Shades of Brandy Rose #AC7C77

Tints of Brandy Rose #AC7C77

Color information

#AC7C77 (or 0xAC7C77) is unknown color: approx Brandy Rose. HEX triplet: AC, 7C and 77. RGB value is (172,124,119). Sum of RGB (Red+Green+Blue) = 172+124+119=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C77 is #538388. Grayscale: #898989. Windows color (decimal): -5473161 or 7830700. OLE color: 7830700.

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

Color convert

RGB172124119-
CMYK00.280.310.33
HSL5.66º24.2%57.06%-
HSV(B)5.66º30.81%67.45%-
XYZ27.5524.5220.73-
YUV137.78117.4152.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=41.45%
G=29.88%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212411900.280.310.335.6624.257.06
HexAC7C7701C1F2161839
Octal254174167034374163071
Binary10101100111110011101110111001111110000111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C77; }

 p { color: rgb(172,124,119); }

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

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

 a { background-color: rgb(172,124,119); }

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

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

 span { border-color: rgb(172,124,119); }

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