#AD7F76

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

Shades of Brandy Rose #AD7F76

Tints of Brandy Rose #AD7F76

Color information

#AD7F76 (or 0xAD7F76) is unknown color: approx Brandy Rose. HEX triplet: AD, 7F and 76. RGB value is (173,127,118). Sum of RGB (Red+Green+Blue) = 173+127+118=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F76 is #528089. Grayscale: #8B8B8B. Windows color (decimal): -5406858 or 7765933. OLE color: 7765933.

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

Color convert

RGB173127118-
CMYK00.270.320.32
HSL9.82º25.11%57.06%-
HSV(B)9.82º31.79%67.84%-
XYZ28.0925.3720.56-
YUV139.73115.74151.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=41.39%
G=30.38%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312711800.270.320.329.8225.1157.06
HexAD7F7601B2020a1939
Octal2551771660334040123171
Binary1010110111111111110110011011100000100000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F76; }

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

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

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

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

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

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

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

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