#AF857D

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

Shades of Brandy Rose #AF857D

Tints of Brandy Rose #AF857D

Color information

#AF857D (or 0xAF857D) is unknown color: approx Brandy Rose. HEX triplet: AF, 85 and 7D. RGB value is (175,133,125). Sum of RGB (Red+Green+Blue) = 175+133+125=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF857D is #507A82. Grayscale: #909090. Windows color (decimal): -5274243 or 8226223. OLE color: 8226223.

HSL color Cylindrical-coordinate representation of color #AF857D: hue angle of 9.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF857D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175133125-
CMYK00.240.290.31
HSL9.6º23.81%58.82%-
HSV(B)9.6º28.57%68.63%-
XYZ29.7727.3723.12-
YUV144.65116.91149.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=40.42%
G=30.72%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513312500.240.290.319.623.8158.82
HexAF857D0181D1Fa183b
Octal2572051750303537123073
Binary101011111000010111111010110001110111111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF857D; }

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

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

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

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

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

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

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

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