#AF847F

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

Shades of Brandy Rose #AF847F

Tints of Brandy Rose #AF847F

Color information

#AF847F (or 0xAF847F) is unknown color: approx Brandy Rose. HEX triplet: AF, 84 and 7F. RGB value is (175,132,127). Sum of RGB (Red+Green+Blue) = 175+132+127=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847F is #507B80. Grayscale: #909090. Windows color (decimal): -5274497 or 8357039. OLE color: 8357039.

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

Color convert

RGB175132127-
CMYK00.250.270.31
HSL6.25º23.08%59.22%-
HSV(B)6.25º27.43%68.63%-
XYZ29.7627.1523.75-
YUV144.29118.25149.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 127 (50% from 255) = 29.26%
R=40.32%
G=30.41%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513212700.250.270.316.2523.0859.22
HexAF847F0191B1F6173b
Octal257204177031333762773
Binary10101111100001001111111011001110111111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF847F; }

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

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

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

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

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

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

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

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