#AD877E

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

Shades of Brandy Rose #AD877E

Tints of Brandy Rose #AD877E

Color information

#AD877E (or 0xAD877E) is unknown color: approx Brandy Rose. HEX triplet: AD, 87 and 7E. RGB value is (173,135,126). Sum of RGB (Red+Green+Blue) = 173+135+126=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD877E is #527881. Grayscale: #919191. Windows color (decimal): -5404802 or 8292269. OLE color: 8292269.

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

Color convert

RGB173135126-
CMYK00.220.270.32
HSL11.49º22.27%58.63%-
HSV(B)11.49º27.17%67.84%-
XYZ29.6627.7223.53-
YUV145.34117.09147.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=39.86%
G=31.11%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313512600.220.270.3211.4922.2758.63
HexAD877E0161B20b163b
Octal2552071760263340132673
Binary1010110110000111111111001011011011100000101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD877E; }

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

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

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

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

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

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

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

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