#AF7C78

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

Shades of Brandy Rose #AF7C78

Tints of Brandy Rose #AF7C78

Color information

#AF7C78 (or 0xAF7C78) is unknown color: approx Brandy Rose. HEX triplet: AF, 7C and 78. RGB value is (175,124,120). Sum of RGB (Red+Green+Blue) = 175+124+120=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C78 is #508387. Grayscale: #8A8A8A. Windows color (decimal): -5276552 or 7896239. OLE color: 7896239.

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

Color convert

RGB175124120-
CMYK00.290.310.31
HSL4.36º25.58%57.84%-
HSV(B)4.36º31.43%68.63%-
XYZ28.2824.8921.08-
YUV138.79117.4153.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=41.77%
G=29.59%
B=28.64%

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
Decimal17512412000.290.310.314.3625.5857.84
HexAF7C7801D1F1F41a3a
Octal257174170035373743272
Binary1010111111111001111000011101111111111110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C78; }

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

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

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

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

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

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

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

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