#AF7E79

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

Shades of Brandy Rose #AF7E79

Tints of Brandy Rose #AF7E79

Color information

#AF7E79 (or 0xAF7E79) is unknown color: approx Brandy Rose. HEX triplet: AF, 7E and 79. RGB value is (175,126,121). Sum of RGB (Red+Green+Blue) = 175+126+121=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E79 is #508186. Grayscale: #8C8C8C. Windows color (decimal): -5276039 or 7962287. OLE color: 7962287.

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

Color convert

RGB175126121-
CMYK00.280.310.31
HSL5.56º25.23%58.04%-
HSV(B)5.56º30.86%68.63%-
XYZ28.5925.4221.49-
YUV140.08117.23152.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=41.47%
G=29.86%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512612100.280.310.315.5625.2358.04
HexAF7E7901C1F1F6193a
Octal257176171034373763172
Binary1010111111111101111001011100111111111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E79; }

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

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

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

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

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

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

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

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