#AD8273

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

Shades of Brandy Rose #AD8273

Tints of Brandy Rose #AD8273

Color information

#AD8273 (or 0xAD8273) is unknown color: approx Brandy Rose. HEX triplet: AD, 82 and 73. RGB value is (173,130,115). Sum of RGB (Red+Green+Blue) = 173+130+115=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8273 is #527D8C. Grayscale: #8D8D8D. Windows color (decimal): -5406093 or 7570093. OLE color: 7570093.

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

Color convert

RGB173130115-
CMYK00.250.340.32
HSL15.52º26.13%56.47%-
HSV(B)15.52º33.53%67.84%-
XYZ28.3126.0919.76-
YUV141.15113.25150.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=41.39%
G=31.10%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313011500.250.340.3215.5226.1356.47
HexAD82730192220101a38
Octal2552021630314240203270
Binary101011011000001011100110110011000101000001000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8273; }

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

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

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

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

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

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

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

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