#AD7F7F

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

Shades of Brandy Rose #AD7F7F

Tints of Brandy Rose #AD7F7F

Color information

#AD7F7F (or 0xAD7F7F) is unknown color: approx Brandy Rose. HEX triplet: AD, 7F and 7F. RGB value is (173,127,127). Sum of RGB (Red+Green+Blue) = 173+127+127=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F7F is #528080. Grayscale: #8C8C8C. Windows color (decimal): -5406849 or 8355757. OLE color: 8355757.

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

Color convert

RGB173127127-
CMYK00.270.270.32
HSL21.9%58.82%-
HSV(B)26.59%67.84%-
XYZ28.6525.623.51-
YUV140.75120.24151-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 127 (50% from 255) = 29.74%
R=40.52%
G=29.74%
B=29.74%

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
Decimal17312712700.270.270.32021.958.82
HexAD7F7F01B1B200163b
Octal255177177033334002673
Binary101011011111111111111101101111011100000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F7F; }

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

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

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

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

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

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

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

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