#AD887D

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

Shades of Brandy Rose #AD887D

Tints of Brandy Rose #AD887D

Color information

#AD887D (or 0xAD887D) is unknown color: approx Brandy Rose. HEX triplet: AD, 88 and 7D. RGB value is (173,136,125). Sum of RGB (Red+Green+Blue) = 173+136+125=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD887D is #527782. Grayscale: #919191. Windows color (decimal): -5404547 or 8226989. OLE color: 8226989.

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

Color convert

RGB173136125-
CMYK00.210.280.32
HSL13.75º22.64%58.43%-
HSV(B)13.75º27.75%67.84%-
XYZ29.7427.9723.23-
YUV145.81116.26147.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=39.86%
G=31.34%
B=28.80%

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
Decimal17313612500.210.280.3213.7522.6458.43
HexAD887D0151C20e173a
Octal2552101750253440162772
Binary1010110110001000111110101010111100100000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD887D; }

 p { color: rgb(173,136,125); }

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

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

 a { background-color: rgb(173,136,125); }

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

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

 span { border-color: rgb(173,136,125); }

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