#AD857B

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

Shades of Brandy Rose #AD857B

Tints of Brandy Rose #AD857B

Color information

#AD857B (or 0xAD857B) is unknown color: approx Brandy Rose. HEX triplet: AD, 85 and 7B. RGB value is (173,133,123). Sum of RGB (Red+Green+Blue) = 173+133+123=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD857B is #527A84. Grayscale: #8F8F8F. Windows color (decimal): -5405317 or 8095149. OLE color: 8095149.

HSL color Cylindrical-coordinate representation of color #AD857B: hue angle of 12º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD857B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB173133123-
CMYK00.230.290.32
HSL12º23.36%58.04%-
HSV(B)12º28.9%67.84%-
XYZ29.227.0922.43-
YUV143.82116.25148.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=40.33%
G=31.00%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313312300.230.290.321223.3658.04
HexAD857B0171D20c173a
Octal2552051730273540142772
Binary1010110110000101111101101011111101100000110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD857B; }

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

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

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

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

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

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

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

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