#AF857A

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

Shades of Brandy Rose #AF857A

Tints of Brandy Rose #AF857A

Color information

#AF857A (or 0xAF857A) is unknown color: approx Brandy Rose. HEX triplet: AF, 85 and 7A. RGB value is (175,133,122). Sum of RGB (Red+Green+Blue) = 175+133+122=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF857A is #507A85. Grayscale: #909090. Windows color (decimal): -5274246 or 8029615. OLE color: 8029615.

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

Color convert

RGB175133122-
CMYK00.240.300.31
HSL12.45º24.88%58.24%-
HSV(B)12.45º30.29%68.63%-
XYZ29.5827.2922.12-
YUV144.3115.41149.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=40.70%
G=30.93%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513312200.240.300.3112.4524.8858.24
HexAF857A0181E1Fc193a
Octal2572051720303637143172
Binary101011111000010111110100110001111011111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF857A; }

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

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

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

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

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

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

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

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