#AF7C71

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

Shades of Brandy Rose #AF7C71

Tints of Brandy Rose #AF7C71

Color information

#AF7C71 (or 0xAF7C71) is unknown color: approx Brandy Rose. HEX triplet: AF, 7C and 71. RGB value is (175,124,113). Sum of RGB (Red+Green+Blue) = 175+124+113=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C71 is #50838E. Grayscale: #8A8A8A. Windows color (decimal): -5276559 or 7437487. OLE color: 7437487.

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

Color convert

RGB175124113-
CMYK00.290.350.31
HSL10.65º27.93%56.47%-
HSV(B)10.65º35.43%68.63%-
XYZ27.8724.7218.93-
YUV138113.9154.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 124 (48.83% from 255) = 30.10%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=42.48%
G=30.10%
B=27.43%

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
Decimal17512411300.290.350.3110.6527.9356.47
HexAF7C7101D231Fb1c38
Octal2571741610354337133470
Binary101011111111100111000101110110001111111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C71; }

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

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

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

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

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

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

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

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