#AC817D

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

Shades of Brandy Rose #AC817D

Tints of Brandy Rose #AC817D

Color information

#AC817D (or 0xAC817D) is unknown color: approx Brandy Rose. HEX triplet: AC, 81 and 7D. RGB value is (172,129,125). Sum of RGB (Red+Green+Blue) = 172+129+125=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC817D is #537E82. Grayscale: #8D8D8D. Windows color (decimal): -5471875 or 8225196. OLE color: 8225196.

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

Color convert

RGB172129125-
CMYK00.250.270.33
HSL5.11º22.07%58.24%-
HSV(B)5.11º27.33%67.45%-
XYZ28.5725.9522.91-
YUV141.4118.75149.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=40.38%
G=30.28%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212912500.250.270.335.1122.0758.24
HexAC817D0191B215163a
Octal254201175031334152672
Binary101011001000000111111010110011101110000110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC817D; }

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

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

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

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

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

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

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

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