#AF8578

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

Shades of Brandy Rose #AF8578

Tints of Brandy Rose #AF8578

Color information

#AF8578 (or 0xAF8578) is unknown color: approx Brandy Rose. HEX triplet: AF, 85 and 78. RGB value is (175,133,120). Sum of RGB (Red+Green+Blue) = 175+133+120=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8578 is #507A87. Grayscale: #909090. Windows color (decimal): -5274248 or 7898543. OLE color: 7898543.

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

Color convert

RGB175133120-
CMYK00.240.310.31
HSL14.18º25.58%57.84%-
HSV(B)14.18º31.43%68.63%-
XYZ29.4627.2521.48-
YUV144.08114.41150.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=40.89%
G=31.07%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513312000.240.310.3114.1825.5857.84
HexAF85780181F1Fe1a3a
Octal2572051700303737163272
Binary101011111000010111110000110001111111111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8578; }

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

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

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

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

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

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

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

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