#AD847F

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

Shades of Brandy Rose #AD847F

Tints of Brandy Rose #AD847F

Color information

#AD847F (or 0xAD847F) is unknown color: approx Brandy Rose. HEX triplet: AD, 84 and 7F. RGB value is (173,132,127). Sum of RGB (Red+Green+Blue) = 173+132+127=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD847F is #527B80. Grayscale: #8F8F8F. Windows color (decimal): -5405569 or 8357037. OLE color: 8357037.

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

Color convert

RGB173132127-
CMYK00.240.270.32
HSL6.52º21.9%58.82%-
HSV(B)6.52º26.59%67.84%-
XYZ29.3226.9223.73-
YUV143.69118.58148.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 127 (50% from 255) = 29.40%
R=40.05%
G=30.56%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313212700.240.270.326.5221.958.82
HexAD847F0181B207163b
Octal255204177030334072673
Binary101011011000010011111110110001101110000011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD847F; }

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

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

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

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

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

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

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

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