#AF7C72

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

Shades of Brandy Rose #AF7C72

Tints of Brandy Rose #AF7C72

Color information

#AF7C72 (or 0xAF7C72) is unknown color: approx Brandy Rose. HEX triplet: AF, 7C and 72. RGB value is (175,124,114). Sum of RGB (Red+Green+Blue) = 175+124+114=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C72 is #50838D. Grayscale: #8A8A8A. Windows color (decimal): -5276558 or 7503023. OLE color: 7503023.

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

Color convert

RGB175124114-
CMYK00.290.350.31
HSL9.84º27.6%56.67%-
HSV(B)9.84º34.86%68.63%-
XYZ27.9224.7419.22-
YUV138.11114.4154.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=42.37%
G=30.02%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512411400.290.350.319.8427.656.67
HexAF7C7201D231Fa1c39
Octal2571741620354337123471
Binary101011111111100111001001110110001111111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C72; }

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

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

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

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

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

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

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

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