#AC807F

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

Shades of Brandy Rose #AC807F

Tints of Brandy Rose #AC807F

Color information

#AC807F (or 0xAC807F) is unknown color: approx Brandy Rose. HEX triplet: AC, 80 and 7F. RGB value is (172,128,127). Sum of RGB (Red+Green+Blue) = 172+128+127=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC807F is #537F80. Grayscale: #8D8D8D. Windows color (decimal): -5472129 or 8356012. OLE color: 8356012.

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

Color convert

RGB172128127-
CMYK00.260.260.33
HSL1.33º21.33%58.63%-
HSV(B)1.33º26.16%67.45%-
XYZ28.5625.7423.54-
YUV141.04120.08150.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 127 (50% from 255) = 29.74%
R=40.28%
G=29.98%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212812700.260.260.331.3321.3358.63
HexAC807F01A1A211153b
Octal254200177032324112573
Binary1010110010000000111111101101011010100001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC807F; }

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

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

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

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

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

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

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

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