#AD887E

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

Shades of Brandy Rose #AD887E

Tints of Brandy Rose #AD887E

Color information

#AD887E (or 0xAD887E) is unknown color: approx Brandy Rose. HEX triplet: AD, 88 and 7E. RGB value is (173,136,126). Sum of RGB (Red+Green+Blue) = 173+136+126=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD887E is #527781. Grayscale: #929292. Windows color (decimal): -5404546 or 8292525. OLE color: 8292525.

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

Color convert

RGB173136126-
CMYK00.210.270.32
HSL12.77º22.27%58.63%-
HSV(B)12.77º27.17%67.84%-
XYZ29.82823.57-
YUV145.92116.76147.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=39.77%
G=31.26%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313612600.210.270.3212.7722.2758.63
HexAD887E0151B20d163b
Octal2552101760253340152673
Binary1010110110001000111111001010111011100000110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD887E; }

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

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

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

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

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

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

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

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