#AD817A

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

Shades of Brandy Rose #AD817A

Tints of Brandy Rose #AD817A

Color information

#AD817A (or 0xAD817A) is unknown color: approx Brandy Rose. HEX triplet: AD, 81 and 7A. RGB value is (173,129,122). Sum of RGB (Red+Green+Blue) = 173+129+122=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD817A is #527E85. Grayscale: #8D8D8D. Windows color (decimal): -5406342 or 8028589. OLE color: 8028589.

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

Color convert

RGB173129122-
CMYK00.250.290.32
HSL8.24º23.72%57.84%-
HSV(B)8.24º29.48%67.84%-
XYZ28.625.9921.92-
YUV141.36117.08150.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=40.80%
G=30.42%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312912200.250.290.328.2423.7257.84
HexAD817A0191D208183a
Octal2552011720313540103072
Binary1010110110000001111101001100111101100000100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD817A; }

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

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

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

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

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

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

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

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