#AD8376

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

Shades of Brandy Rose #AD8376

Tints of Brandy Rose #AD8376

Color information

#AD8376 (or 0xAD8376) is unknown color: approx Brandy Rose. HEX triplet: AD, 83 and 76. RGB value is (173,131,118). Sum of RGB (Red+Green+Blue) = 173+131+118=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8376 is #527C89. Grayscale: #8E8E8E. Windows color (decimal): -5405834 or 7766957. OLE color: 7766957.

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

Color convert

RGB173131118-
CMYK00.240.320.32
HSL14.18º25.11%57.06%-
HSV(B)14.18º31.79%67.84%-
XYZ28.6226.4220.73-
YUV142.08114.41150.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=41.00%
G=31.04%
B=27.96%

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
Decimal17313111800.240.320.3214.1825.1157.06
HexAD83760182020e1939
Octal2552031660304040163171
Binary10101101100000111110110011000100000100000111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8376; }

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

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

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

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

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

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

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

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