#AC807B

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

Shades of Brandy Rose #AC807B

Tints of Brandy Rose #AC807B

Color information

#AC807B (or 0xAC807B) is unknown color: approx Brandy Rose. HEX triplet: AC, 80 and 7B. RGB value is (172,128,123). Sum of RGB (Red+Green+Blue) = 172+128+123=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC807B is #537F84. Grayscale: #8C8C8C. Windows color (decimal): -5472133 or 8093868. OLE color: 8093868.

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

Color convert

RGB172128123-
CMYK00.260.280.33
HSL6.12º22.79%57.84%-
HSV(B)6.12º28.49%67.45%-
XYZ28.3125.6422.2-
YUV140.59118.08150.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=40.66%
G=30.26%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212812300.260.280.336.1222.7957.84
HexAC807B01A1C216173a
Octal254200173032344162772
Binary101011001000000011110110110101110010000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC807B; }

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

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

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

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

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

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

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

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