#AC857A

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

Shades of Brandy Rose #AC857A

Tints of Brandy Rose #AC857A

Color information

#AC857A (or 0xAC857A) is unknown color: approx Brandy Rose. HEX triplet: AC, 85 and 7A. RGB value is (172,133,122). Sum of RGB (Red+Green+Blue) = 172+133+122=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC857A is #537A85. Grayscale: #8F8F8F. Windows color (decimal): -5470854 or 8029612. OLE color: 8029612.

HSL color Cylindrical-coordinate representation of color #AC857A: hue angle of 13.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC857A is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB172133122-
CMYK00.230.290.33
HSL13.2º23.15%57.65%-
HSV(B)13.2º29.07%67.45%-
XYZ28.9126.9522.09-
YUV143.41115.92148.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=40.28%
G=31.15%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213312200.230.290.3313.223.1557.65
HexAC857A0171D21d173a
Octal2542051720273541152772
Binary1010110010000101111101001011111101100001110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC857A; }

 p { color: rgb(172,133,122); }

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

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

 a { background-color: rgb(172,133,122); }

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

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

 span { border-color: rgb(172,133,122); }

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