#AD7D7C

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

Shades of Brandy Rose #AD7D7C

Tints of Brandy Rose #AD7D7C

Color information

#AD7D7C (or 0xAD7D7C) is unknown color: approx Brandy Rose. HEX triplet: AD, 7D and 7C. RGB value is (173,125,124). Sum of RGB (Red+Green+Blue) = 173+125+124=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D7C is #528283. Grayscale: #8B8B8B. Windows color (decimal): -5407364 or 8158637. OLE color: 8158637.

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

Color convert

RGB173125124-
CMYK00.280.280.32
HSL1.22º23%58.24%-
HSV(B)1.22º28.32%67.84%-
XYZ28.2125.0122.41-
YUV139.24119.4152.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=41.00%
G=29.62%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312512400.280.280.321.222358.24
HexAD7D7C01C1C201173a
Octal255175174034344012772
Binary101011011111101111110001110011100100000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D7C; }

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

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

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

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

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

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

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

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