#AC8277

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

Shades of Brandy Rose #AC8277

Tints of Brandy Rose #AC8277

Color information

#AC8277 (or 0xAC8277) is unknown color: approx Brandy Rose. HEX triplet: AC, 82 and 77. RGB value is (172,130,119). Sum of RGB (Red+Green+Blue) = 172+130+119=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8277 is #537D88. Grayscale: #8D8D8D. Windows color (decimal): -5471625 or 7832236. OLE color: 7832236.

HSL color Cylindrical-coordinate representation of color #AC8277: hue angle of 12.45º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8277 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB172130119-
CMYK00.240.310.33
HSL12.45º24.2%57.06%-
HSV(B)12.45º30.81%67.45%-
XYZ28.3326.0720.99-
YUV141.3115.41149.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=40.86%
G=30.88%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213011900.240.310.3312.4524.257.06
HexAC82770181F21c1839
Octal2542021670303741143071
Binary1010110010000010111011101100011111100001110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8277; }

 p { color: rgb(172,130,119); }

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

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

 a { background-color: rgb(172,130,119); }

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

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

 span { border-color: rgb(172,130,119); }

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