#AD7C77

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

Shades of Brandy Rose #AD7C77

Tints of Brandy Rose #AD7C77

Color information

#AD7C77 (or 0xAD7C77) is unknown color: approx Brandy Rose. HEX triplet: AD, 7C and 77. RGB value is (173,124,119). Sum of RGB (Red+Green+Blue) = 173+124+119=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C77 is #528388. Grayscale: #8A8A8A. Windows color (decimal): -5407625 or 7830701. OLE color: 7830701.

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

Color convert

RGB173124119-
CMYK00.280.310.32
HSL5.56º24.77%57.25%-
HSV(B)5.56º31.21%67.84%-
XYZ27.7724.6320.74-
YUV138.08117.23152.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=41.59%
G=29.81%
B=28.61%

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
Decimal17312411900.280.310.325.5624.7757.25
HexAD7C7701C1F2061939
Octal255174167034374063171
Binary10101101111110011101110111001111110000011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C77; }

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

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

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

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

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

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

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

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