#AF7E73

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

Shades of Brandy Rose #AF7E73

Tints of Brandy Rose #AF7E73

Color information

#AF7E73 (or 0xAF7E73) is unknown color: approx Brandy Rose. HEX triplet: AF, 7E and 73. RGB value is (175,126,115). Sum of RGB (Red+Green+Blue) = 175+126+115=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E73 is #50818C. Grayscale: #8B8B8B. Windows color (decimal): -5276045 or 7569071. OLE color: 7569071.

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

Color convert

RGB175126115-
CMYK00.280.340.31
HSL11º27.27%56.86%-
HSV(B)11º34.29%68.63%-
XYZ28.2325.2719.61-
YUV139.4114.23153.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=42.07%
G=30.29%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512611500.280.340.311127.2756.86
HexAF7E7301C221Fb1b39
Octal2571761630344237133371
Binary101011111111110111001101110010001011111101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E73; }

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

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

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

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

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

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

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

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