#AC7D7A

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

Shades of Brandy Rose #AC7D7A

Tints of Brandy Rose #AC7D7A

Color information

#AC7D7A (or 0xAC7D7A) is unknown color: approx Brandy Rose. HEX triplet: AC, 7D and 7A. RGB value is (172,125,122). Sum of RGB (Red+Green+Blue) = 172+125+122=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D7A is #538285. Grayscale: #8A8A8A. Windows color (decimal): -5472902 or 8027564. OLE color: 8027564.

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

Color convert

RGB172125122-
CMYK00.270.290.33
HSL3.6º23.15%57.65%-
HSV(B)3.6º29.07%67.45%-
XYZ27.8624.8421.74-
YUV138.71118.57151.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=41.05%
G=29.83%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212512200.270.290.333.623.1557.65
HexAC7D7A01B1D214173a
Octal254175172033354142772
Binary10101100111110111110100110111110110000110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D7A; }

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

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

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

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

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

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

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

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