#AC7F74

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

Shades of Brandy Rose #AC7F74

Tints of Brandy Rose #AC7F74

Color information

#AC7F74 (or 0xAC7F74) is unknown color: approx Brandy Rose. HEX triplet: AC, 7F and 74. RGB value is (172,127,116). Sum of RGB (Red+Green+Blue) = 172+127+116=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F74 is #53808B. Grayscale: #8B8B8B. Windows color (decimal): -5472396 or 7634860. OLE color: 7634860.

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

Color convert

RGB172127116-
CMYK00.260.330.33
HSL11.79º25.23%56.47%-
HSV(B)11.79º32.56%67.45%-
XYZ27.7625.2119.93-
YUV139.2114.91151.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=41.45%
G=30.60%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212711600.260.330.3311.7925.2356.47
HexAC7F7401A2121c1938
Octal2541771640324141143170
Binary1010110011111111110100011010100001100001110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F74; }

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

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

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

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

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

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

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

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