#AD7D77

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

Shades of Brandy Rose #AD7D77

Tints of Brandy Rose #AD7D77

Color information

#AD7D77 (or 0xAD7D77) is unknown color: approx Brandy Rose. HEX triplet: AD, 7D and 77. RGB value is (173,125,119). Sum of RGB (Red+Green+Blue) = 173+125+119=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D77 is #528288. Grayscale: #8A8A8A. Windows color (decimal): -5407369 or 7830957. OLE color: 7830957.

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

Color convert

RGB173125119-
CMYK00.280.310.32
HSL6.67º24.77%57.25%-
HSV(B)6.67º31.21%67.84%-
XYZ27.924.8820.79-
YUV138.67116.9152.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=41.49%
G=29.98%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312511900.280.310.326.6724.7757.25
HexAD7D7701C1F2071939
Octal255175167034374073171
Binary10101101111110111101110111001111110000011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D77; }

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

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

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

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

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

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

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

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