#AD837F

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

Shades of Brandy Rose #AD837F

Tints of Brandy Rose #AD837F

Color information

#AD837F (or 0xAD837F) is unknown color: approx Brandy Rose. HEX triplet: AD, 83 and 7F. RGB value is (173,131,127). Sum of RGB (Red+Green+Blue) = 173+131+127=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD837F is #527C80. Grayscale: #8F8F8F. Windows color (decimal): -5405825 or 8356781. OLE color: 8356781.

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

Color convert

RGB173131127-
CMYK00.240.270.32
HSL5.22º21.9%58.82%-
HSV(B)5.22º26.59%67.84%-
XYZ29.1826.6523.68-
YUV143.1118.91149.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 127 (50% from 255) = 29.47%
R=40.14%
G=30.39%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313112700.240.270.325.2221.958.82
HexAD837F0181B205163b
Octal255203177030334052673
Binary101011011000001111111110110001101110000010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD837F; }

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

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

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

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

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

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

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

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