#AD8373

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

Shades of Brandy Rose #AD8373

Tints of Brandy Rose #AD8373

Color information

#AD8373 (or 0xAD8373) is unknown color: approx Brandy Rose. HEX triplet: AD, 83 and 73. RGB value is (173,131,115). Sum of RGB (Red+Green+Blue) = 173+131+115=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8373 is #527C8C. Grayscale: #8D8D8D. Windows color (decimal): -5405837 or 7570349. OLE color: 7570349.

HSL color Cylindrical-coordinate representation of color #AD8373: hue angle of 16.55º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD8373 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB173131115-
CMYK00.240.340.32
HSL16.55º26.13%56.47%-
HSV(B)16.55º33.53%67.84%-
XYZ28.4426.3519.81-
YUV141.73112.91150.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=41.29%
G=31.26%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313111500.240.340.3216.5526.1356.47
HexAD83730182220111a38
Octal2552031630304240213270
Binary101011011000001111100110110001000101000001000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8373; }

 p { color: rgb(173,131,115); }

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

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

 a { background-color: rgb(173,131,115); }

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

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

 span { border-color: rgb(173,131,115); }

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