#AC817A

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

Shades of Brandy Rose #AC817A

Tints of Brandy Rose #AC817A

Color information

#AC817A (or 0xAC817A) is unknown color: approx Brandy Rose. HEX triplet: AC, 81 and 7A. RGB value is (172,129,122). Sum of RGB (Red+Green+Blue) = 172+129+122=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC817A is #537E85. Grayscale: #8D8D8D. Windows color (decimal): -5471878 or 8028588. OLE color: 8028588.

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

Color convert

RGB172129122-
CMYK00.250.290.33
HSL8.4º23.15%57.65%-
HSV(B)8.4º29.07%67.45%-
XYZ28.3825.8821.91-
YUV141.06117.25150.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=40.66%
G=30.50%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212912200.250.290.338.423.1557.65
HexAC817A0191D218173a
Octal2542011720313541102772
Binary1010110010000001111101001100111101100001100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC817A; }

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

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

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

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

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

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

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

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