#AF7B78

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

Shades of Brandy Rose #AF7B78

Tints of Brandy Rose #AF7B78

Color information

#AF7B78 (or 0xAF7B78) is unknown color: approx Brandy Rose. HEX triplet: AF, 7B and 78. RGB value is (175,123,120). Sum of RGB (Red+Green+Blue) = 175+123+120=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B78 is #508487. Grayscale: #8A8A8A. Windows color (decimal): -5276808 or 7895983. OLE color: 7895983.

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

Color convert

RGB175123120-
CMYK00.300.310.31
HSL3.27º25.58%57.84%-
HSV(B)3.27º31.43%68.63%-
XYZ28.1524.6421.04-
YUV138.21117.73154.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=41.87%
G=29.43%
B=28.71%

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
Decimal17512312000.300.310.313.2725.5857.84
HexAF7B7801E1F1F31a3a
Octal257173170036373733272
Binary101011111111011111100001111011111111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B78; }

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

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

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

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

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

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

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

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