#AD7D74

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

Shades of Brandy Rose #AD7D74

Tints of Brandy Rose #AD7D74

Color information

#AD7D74 (or 0xAD7D74) is unknown color: approx Brandy Rose. HEX triplet: AD, 7D and 74. RGB value is (173,125,116). Sum of RGB (Red+Green+Blue) = 173+125+116=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D74 is #52828B. Grayscale: #8A8A8A. Windows color (decimal): -5407372 or 7634349. OLE color: 7634349.

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

Color convert

RGB173125116-
CMYK00.280.330.32
HSL9.47º25.79%56.67%-
HSV(B)9.47º32.95%67.84%-
XYZ27.7224.8119.85-
YUV138.33115.4152.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=41.79%
G=30.19%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312511600.280.330.329.4725.7956.67
HexAD7D7401C212091a39
Octal2551751640344140113271
Binary1010110111111011110100011100100001100000100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D74; }

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

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

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

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

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

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

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

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