#AD7979

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

Shades of Brandy Rose #AD7979

Tints of Brandy Rose #AD7979

Color information

#AD7979 (or 0xAD7979) is unknown color: approx Brandy Rose. HEX triplet: AD, 79 and 79. RGB value is (173,121,121). Sum of RGB (Red+Green+Blue) = 173+121+121=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7979 is #528686. Grayscale: #888888. Windows color (decimal): -5408391 or 7961005. OLE color: 7961005.

HSL color Cylindrical-coordinate representation of color #AD7979: hue angle of 0º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7979 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB173121121-
CMYK00.300.300.32
HSL24.07%57.65%-
HSV(B)30.06%67.84%-
XYZ27.5223.9421.26-
YUV136.55119.23154-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=41.69%
G=29.16%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312112100.300.300.32024.0757.65
HexAD797901E1E200183a
Octal255171171036364003072
Binary101011011111001111100101111011110100000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7979; }

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

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

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

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

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

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

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

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