#AF857F

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

Shades of Brandy Rose #AF857F

Tints of Brandy Rose #AF857F

Color information

#AF857F (or 0xAF857F) is unknown color: approx Brandy Rose. HEX triplet: AF, 85 and 7F. RGB value is (175,133,127). Sum of RGB (Red+Green+Blue) = 175+133+127=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF857F is #507A80. Grayscale: #909090. Windows color (decimal): -5274241 or 8357295. OLE color: 8357295.

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

Color convert

RGB175133127-
CMYK00.240.270.31
HSL7.5º23.08%59.22%-
HSV(B)7.5º27.43%68.63%-
XYZ29.927.4223.8-
YUV144.87117.91149.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 127 (50% from 255) = 29.20%
R=40.23%
G=30.57%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513312700.240.270.317.523.0859.22
HexAF857F0181B1F8173b
Octal2572051770303337102773
Binary101011111000010111111110110001101111111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF857F; }

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

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

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

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

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

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

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

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