#AC827F

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

Shades of Brandy Rose #AC827F

Tints of Brandy Rose #AC827F

Color information

#AC827F (or 0xAC827F) is unknown color: approx Brandy Rose. HEX triplet: AC, 82 and 7F. RGB value is (172,130,127). Sum of RGB (Red+Green+Blue) = 172+130+127=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC827F is #537D80. Grayscale: #8E8E8E. Windows color (decimal): -5471617 or 8356524. OLE color: 8356524.

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

Color convert

RGB172130127-
CMYK00.240.260.33
HSL21.33%58.63%-
HSV(B)26.16%67.45%-
XYZ28.8326.2723.63-
YUV142.22119.41149.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 127 (50% from 255) = 29.60%
R=40.09%
G=30.30%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213012700.240.260.33421.3358.63
HexAC827F0181A214153b
Octal254202177030324142573
Binary101011001000001011111110110001101010000110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC827F; }

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

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

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

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

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

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

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

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