#AD8475

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

Shades of Brandy Rose #AD8475

Tints of Brandy Rose #AD8475

Color information

#AD8475 (or 0xAD8475) is unknown color: approx Brandy Rose. HEX triplet: AD, 84 and 75. RGB value is (173,132,117). Sum of RGB (Red+Green+Blue) = 173+132+117=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8475 is #527B8A. Grayscale: #8E8E8E. Windows color (decimal): -5405579 or 7701677. OLE color: 7701677.

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

Color convert

RGB173132117-
CMYK00.240.320.32
HSL16.07º25.45%56.86%-
HSV(B)16.07º32.37%67.84%-
XYZ28.726.6720.47-
YUV142.55113.58149.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=41.00%
G=31.28%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313211700.240.320.3216.0725.4556.86
HexAD84750182020101939
Octal2552041650304040203171
Binary101011011000010011101010110001000001000001000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8475; }

 p { color: rgb(173,132,117); }

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

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

 a { background-color: rgb(173,132,117); }

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

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

 span { border-color: rgb(173,132,117); }

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