#AD897C

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

Shades of Brandy Rose #AD897C

Tints of Brandy Rose #AD897C

Color information

#AD897C (or 0xAD897C) is unknown color: approx Brandy Rose. HEX triplet: AD, 89 and 7C. RGB value is (173,137,124). Sum of RGB (Red+Green+Blue) = 173+137+124=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD897C is #527683. Grayscale: #929292. Windows color (decimal): -5404292 or 8161709. OLE color: 8161709.

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

Color convert

RGB173137124-
CMYK00.210.280.32
HSL15.92º23%58.24%-
HSV(B)15.92º28.32%67.84%-
XYZ29.8228.2322.95-
YUV146.28115.43147.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=39.86%
G=31.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313712400.210.280.3215.922358.24
HexAD897C0151C2010173a
Octal2552111740253440202772
Binary10101101100010011111100010101111001000001000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD897C; }

 p { color: rgb(173,137,124); }

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

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

 a { background-color: rgb(173,137,124); }

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

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

 span { border-color: rgb(173,137,124); }

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