#AD7D7A

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

Shades of Brandy Rose #AD7D7A

Tints of Brandy Rose #AD7D7A

Color information

#AD7D7A (or 0xAD7D7A) is unknown color: approx Brandy Rose. HEX triplet: AD, 7D and 7A. RGB value is (173,125,122). Sum of RGB (Red+Green+Blue) = 173+125+122=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D7A is #528285. Grayscale: #8B8B8B. Windows color (decimal): -5407366 or 8027565. OLE color: 8027565.

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

Color convert

RGB173125122-
CMYK00.280.290.32
HSL3.53º23.72%57.84%-
HSV(B)3.53º29.48%67.84%-
XYZ28.0824.9621.75-
YUV139.01118.4152.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=41.19%
G=29.76%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312512200.280.290.323.5323.7257.84
HexAD7D7A01C1D204183a
Octal255175172034354043072
Binary10101101111110111110100111001110110000010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D7A; }

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

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

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

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

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

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

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

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