#AD7E77

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

Shades of Brandy Rose #AD7E77

Tints of Brandy Rose #AD7E77

Color information

#AD7E77 (or 0xAD7E77) is unknown color: approx Brandy Rose. HEX triplet: AD, 7E and 77. RGB value is (173,126,119). Sum of RGB (Red+Green+Blue) = 173+126+119=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E77 is #528188. Grayscale: #8B8B8B. Windows color (decimal): -5407113 or 7831213. OLE color: 7831213.

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

Color convert

RGB173126119-
CMYK00.270.310.32
HSL7.78º24.77%57.25%-
HSV(B)7.78º31.21%67.84%-
XYZ28.0225.1420.83-
YUV139.26116.57152.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=41.39%
G=30.14%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312611900.270.310.327.7824.7757.25
HexAD7E7701B1F2081939
Octal2551761670333740103171
Binary101011011111110111011101101111111100000100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E77; }

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

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

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

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

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

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

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

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