#AD8676

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

Shades of Brandy Rose #AD8676

Tints of Brandy Rose #AD8676

Color information

#AD8676 (or 0xAD8676) is unknown color: approx Brandy Rose. HEX triplet: AD, 86 and 76. RGB value is (173,134,118). Sum of RGB (Red+Green+Blue) = 173+134+118=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8676 is #527989. Grayscale: #8F8F8F. Windows color (decimal): -5405066 or 7767725. OLE color: 7767725.

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

Color convert

RGB173134118-
CMYK00.230.320.32
HSL17.45º25.11%57.06%-
HSV(B)17.45º31.79%67.84%-
XYZ29.0327.2420.87-
YUV143.84113.42148.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=40.71%
G=31.53%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313411800.230.320.3217.4525.1157.06
HexAD86760172020111939
Octal2552061660274040213171
Binary101011011000011011101100101111000001000001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8676; }

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

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

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

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

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

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

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

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