#AD8476

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

Shades of Brandy Rose #AD8476

Tints of Brandy Rose #AD8476

Color information

#AD8476 (or 0xAD8476) is unknown color: approx Brandy Rose. HEX triplet: AD, 84 and 76. RGB value is (173,132,118). Sum of RGB (Red+Green+Blue) = 173+132+118=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8476 is #527B89. Grayscale: #8E8E8E. Windows color (decimal): -5405578 or 7767213. OLE color: 7767213.

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

Color convert

RGB173132118-
CMYK00.240.320.32
HSL15.27º25.11%57.06%-
HSV(B)15.27º31.79%67.84%-
XYZ28.7526.6920.78-
YUV142.66114.08149.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=40.90%
G=31.21%
B=27.90%

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
Decimal17313211800.240.320.3215.2725.1157.06
HexAD84760182020f1939
Octal2552041660304040173171
Binary10101101100001001110110011000100000100000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8476; }

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

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

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

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

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

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

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

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