#AF7B79

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

Shades of Brandy Rose #AF7B79

Tints of Brandy Rose #AF7B79

Color information

#AF7B79 (or 0xAF7B79) is unknown color: approx Brandy Rose. HEX triplet: AF, 7B and 79. RGB value is (175,123,121). Sum of RGB (Red+Green+Blue) = 175+123+121=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B79 is #508486. Grayscale: #8A8A8A. Windows color (decimal): -5276807 or 7961519. OLE color: 7961519.

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

Color convert

RGB175123121-
CMYK00.300.310.31
HSL2.22º25.23%58.04%-
HSV(B)2.22º30.86%68.63%-
XYZ28.2124.6621.36-
YUV138.32118.23154.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=41.77%
G=29.36%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512312100.300.310.312.2225.2358.04
HexAF7B7901E1F1F2193a
Octal257173171036373723172
Binary101011111111011111100101111011111111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B79; }

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

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

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

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

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

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

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

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