#AC817C

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

Shades of Brandy Rose #AC817C

Tints of Brandy Rose #AC817C

Color information

#AC817C (or 0xAC817C) is unknown color: approx Brandy Rose. HEX triplet: AC, 81 and 7C. RGB value is (172,129,124). Sum of RGB (Red+Green+Blue) = 172+129+124=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC817C is #537E83. Grayscale: #8D8D8D. Windows color (decimal): -5471876 or 8159660. OLE color: 8159660.

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

Color convert

RGB172129124-
CMYK00.250.280.33
HSL6.25º22.43%58.04%-
HSV(B)6.25º27.91%67.45%-
XYZ28.525.9322.57-
YUV141.29118.25149.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=40.47%
G=30.35%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212912400.250.280.336.2522.4358.04
HexAC817C0191C216163a
Octal254201174031344162672
Binary101011001000000111111000110011110010000111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC817C; }

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

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

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

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

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

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

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

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