#AC7F7D

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

Shades of Brandy Rose #AC7F7D

Tints of Brandy Rose #AC7F7D

Color information

#AC7F7D (or 0xAC7F7D) is unknown color: approx Brandy Rose. HEX triplet: AC, 7F and 7D. RGB value is (172,127,125). Sum of RGB (Red+Green+Blue) = 172+127+125=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F7D is #538082. Grayscale: #8C8C8C. Windows color (decimal): -5472387 or 8224684. OLE color: 8224684.

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

Color convert

RGB172127125-
CMYK00.260.270.33
HSL2.55º22.07%58.24%-
HSV(B)2.55º27.33%67.45%-
XYZ28.325.4322.82-
YUV140.23119.41150.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=40.57%
G=29.95%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212712500.260.270.332.5522.0758.24
HexAC7F7D01A1B213163a
Octal254177175032334132672
Binary1010110011111111111101011010110111000011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F7D; }

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

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

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

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

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

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

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

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