#AD817D

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

Shades of Brandy Rose #AD817D

Tints of Brandy Rose #AD817D

Color information

#AD817D (or 0xAD817D) is unknown color: approx Brandy Rose. HEX triplet: AD, 81 and 7D. RGB value is (173,129,125). Sum of RGB (Red+Green+Blue) = 173+129+125=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD817D is #527E82. Grayscale: #8D8D8D. Windows color (decimal): -5406339 or 8225197. OLE color: 8225197.

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

Color convert

RGB173129125-
CMYK00.250.280.32
HSL22.64%58.43%-
HSV(B)27.75%67.84%-
XYZ28.7926.0722.92-
YUV141.7118.58150.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=40.52%
G=30.21%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312912500.250.280.32522.6458.43
HexAD817D0191C205173a
Octal255201175031344052772
Binary101011011000000111111010110011110010000010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD817D; }

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

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

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

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

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

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

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

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