#AF7D79

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

Shades of Brandy Rose #AF7D79

Tints of Brandy Rose #AF7D79

Color information

#AF7D79 (or 0xAF7D79) is unknown color: approx Brandy Rose. HEX triplet: AF, 7D and 79. RGB value is (175,125,121). Sum of RGB (Red+Green+Blue) = 175+125+121=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D79 is #508286. Grayscale: #8B8B8B. Windows color (decimal): -5276295 or 7962031. OLE color: 7962031.

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

Color convert

RGB175125121-
CMYK00.290.310.31
HSL4.44º25.23%58.04%-
HSV(B)4.44º30.86%68.63%-
XYZ28.4625.1621.45-
YUV139.49117.56153.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=41.57%
G=29.69%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512512100.290.310.314.4425.2358.04
HexAF7D7901D1F1F4193a
Octal257175171035373743172
Binary1010111111111011111001011101111111111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D79; }

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

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

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

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

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

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

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

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