#AF7D73

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

Shades of Brandy Rose #AF7D73

Tints of Brandy Rose #AF7D73

Color information

#AF7D73 (or 0xAF7D73) is unknown color: approx Brandy Rose. HEX triplet: AF, 7D and 73. RGB value is (175,125,115). Sum of RGB (Red+Green+Blue) = 175+125+115=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D73 is #50828C. Grayscale: #8A8A8A. Windows color (decimal): -5276301 or 7568815. OLE color: 7568815.

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

Color convert

RGB175125115-
CMYK00.290.340.31
HSL10º27.27%56.86%-
HSV(B)10º34.29%68.63%-
XYZ28.1125.0219.57-
YUV138.81114.56153.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=42.17%
G=30.12%
B=27.71%

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
Decimal17512511500.290.340.311027.2756.86
HexAF7D7301D221Fa1b39
Octal2571751630354237123371
Binary101011111111101111001101110110001011111101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D73; }

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

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

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

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

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

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

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

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