#AD7F7E

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

Shades of Brandy Rose #AD7F7E

Tints of Brandy Rose #AD7F7E

Color information

#AD7F7E (or 0xAD7F7E) is unknown color: approx Brandy Rose. HEX triplet: AD, 7F and 7E. RGB value is (173,127,126). Sum of RGB (Red+Green+Blue) = 173+127+126=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F7E is #528081. Grayscale: #8C8C8C. Windows color (decimal): -5406850 or 8290221. OLE color: 8290221.

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

Color convert

RGB173127126-
CMYK00.270.270.32
HSL1.28º22.27%58.63%-
HSV(B)1.28º27.17%67.84%-
XYZ28.5925.5723.17-
YUV140.64119.74151.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=40.61%
G=29.81%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312712600.270.270.321.2822.2758.63
HexAD7F7E01B1B201163b
Octal255177176033334012673
Binary101011011111111111111001101111011100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F7E; }

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

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

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

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

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

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

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

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