#AF7C73

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

Shades of Brandy Rose #AF7C73

Tints of Brandy Rose #AF7C73

Color information

#AF7C73 (or 0xAF7C73) is unknown color: approx Brandy Rose. HEX triplet: AF, 7C and 73. RGB value is (175,124,115). Sum of RGB (Red+Green+Blue) = 175+124+115=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C73 is #50838C. Grayscale: #8A8A8A. Windows color (decimal): -5276557 or 7568559. OLE color: 7568559.

HSL color Cylindrical-coordinate representation of color #AF7C73: hue angle of 9º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7C73 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB175124115-
CMYK00.290.340.31
HSL27.27%56.86%-
HSV(B)34.29%68.63%-
XYZ27.9824.7719.53-
YUV138.22114.9154.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=42.27%
G=29.95%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512411500.290.340.31927.2756.86
HexAF7C7301D221F91b39
Octal2571741630354237113371
Binary101011111111100111001101110110001011111100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C73; }

 p { color: rgb(175,124,115); }

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

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

 a { background-color: rgb(175,124,115); }

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

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

 span { border-color: rgb(175,124,115); }

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