#AF7E71

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

Shades of Brandy Rose #AF7E71

Tints of Brandy Rose #AF7E71

Color information

#AF7E71 (or 0xAF7E71) is unknown color: approx Brandy Rose. HEX triplet: AF, 7E and 71. RGB value is (175,126,113). Sum of RGB (Red+Green+Blue) = 175+126+113=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E71 is #50818E. Grayscale: #8B8B8B. Windows color (decimal): -5276047 or 7437999. OLE color: 7437999.

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

Color convert

RGB175126113-
CMYK00.280.350.31
HSL12.58º27.93%56.47%-
HSV(B)12.58º35.43%68.63%-
XYZ28.1225.2319.01-
YUV139.17113.23153.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=42.27%
G=30.43%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512611300.280.350.3112.5827.9356.47
HexAF7E7101C231Fd1c38
Octal2571761610344337153470
Binary101011111111110111000101110010001111111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E71; }

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

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

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

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

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

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

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

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