#AD8071

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

Shades of Brandy Rose #AD8071

Tints of Brandy Rose #AD8071

Color information

#AD8071 (or 0xAD8071) is unknown color: approx Brandy Rose. HEX triplet: AD, 80 and 71. RGB value is (173,128,113). Sum of RGB (Red+Green+Blue) = 173+128+113=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8071 is #527F8E. Grayscale: #8B8B8B. Windows color (decimal): -5406607 or 7438509. OLE color: 7438509.

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

Color convert

RGB173128113-
CMYK00.260.350.32
HSL15º26.79%56.08%-
HSV(B)15º34.68%67.84%-
XYZ27.9325.5119.08-
YUV139.74112.91151.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=41.79%
G=30.92%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312811300.260.350.321526.7956.08
HexAD807101A2320f1b38
Octal2552001610324340173370
Binary10101101100000001110001011010100011100000111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8071; }

 p { color: rgb(173,128,113); }

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

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

 a { background-color: rgb(173,128,113); }

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

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

 span { border-color: rgb(173,128,113); }

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