#AC817F

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

Shades of Brandy Rose #AC817F

Tints of Brandy Rose #AC817F

Color information

#AC817F (or 0xAC817F) is unknown color: approx Brandy Rose. HEX triplet: AC, 81 and 7F. RGB value is (172,129,127). Sum of RGB (Red+Green+Blue) = 172+129+127=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC817F is #537E80. Grayscale: #8D8D8D. Windows color (decimal): -5471873 or 8356268. OLE color: 8356268.

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

Color convert

RGB172129127-
CMYK00.250.260.33
HSL2.67º21.33%58.63%-
HSV(B)2.67º26.16%67.45%-
XYZ28.692623.59-
YUV141.63119.75149.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 127 (50% from 255) = 29.67%
R=40.19%
G=30.14%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212912700.250.260.332.6721.3358.63
HexAC817F0191A213153b
Octal254201177031324132573
Binary10101100100000011111111011001110101000011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC817F; }

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

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

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

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

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

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

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

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