#AD857E

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

Shades of Brandy Rose #AD857E

Tints of Brandy Rose #AD857E

Color information

#AD857E (or 0xAD857E) is unknown color: approx Brandy Rose. HEX triplet: AD, 85 and 7E. RGB value is (173,133,126). Sum of RGB (Red+Green+Blue) = 173+133+126=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD857E is #527A81. Grayscale: #909090. Windows color (decimal): -5405314 or 8291757. OLE color: 8291757.

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

Color convert

RGB173133126-
CMYK00.230.270.32
HSL8.94º22.27%58.63%-
HSV(B)8.94º27.17%67.84%-
XYZ29.3927.1723.43-
YUV144.16117.75148.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=40.05%
G=30.79%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313312600.230.270.328.9422.2758.63
HexAD857E0171B209163b
Octal2552051760273340112673
Binary1010110110000101111111001011111011100000100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD857E; }

 p { color: rgb(173,133,126); }

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

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

 a { background-color: rgb(173,133,126); }

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

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

 span { border-color: rgb(173,133,126); }

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