#AD837C

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

Shades of Brandy Rose #AD837C

Tints of Brandy Rose #AD837C

Color information

#AD837C (or 0xAD837C) is unknown color: approx Brandy Rose. HEX triplet: AD, 83 and 7C. RGB value is (173,131,124). Sum of RGB (Red+Green+Blue) = 173+131+124=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD837C is #527C83. Grayscale: #8E8E8E. Windows color (decimal): -5405828 or 8160173. OLE color: 8160173.

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

Color convert

RGB173131124-
CMYK00.240.280.32
HSL8.57º23%58.24%-
HSV(B)8.57º28.32%67.84%-
XYZ28.9926.5722.67-
YUV142.76117.41149.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=40.42%
G=30.61%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313112400.240.280.328.572358.24
HexAD837C0181C209173a
Octal2552031740303440112772
Binary1010110110000011111110001100011100100000100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD837C; }

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

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

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

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

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

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

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

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