#AF7B73

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

Shades of Brandy Rose #AF7B73

Tints of Brandy Rose #AF7B73

Color information

#AF7B73 (or 0xAF7B73) is unknown color: approx Brandy Rose. HEX triplet: AF, 7B and 73. RGB value is (175,123,115). Sum of RGB (Red+Green+Blue) = 175+123+115=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B73 is #50848C. Grayscale: #898989. Windows color (decimal): -5276813 or 7568303. OLE color: 7568303.

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

Color convert

RGB175123115-
CMYK00.300.340.31
HSL27.27%56.86%-
HSV(B)34.29%68.63%-
XYZ27.8624.5219.48-
YUV137.64115.23154.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=42.37%
G=29.78%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512311500.300.340.31827.2756.86
HexAF7B7301E221F81b39
Octal2571731630364237103371
Binary101011111111011111001101111010001011111100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B73; }

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

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

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

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

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

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

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

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