#AD837B

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

Shades of Brandy Rose #AD837B

Tints of Brandy Rose #AD837B

Color information

#AD837B (or 0xAD837B) is unknown color: approx Brandy Rose. HEX triplet: AD, 83 and 7B. RGB value is (173,131,123). Sum of RGB (Red+Green+Blue) = 173+131+123=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD837B is #527C84. Grayscale: #8E8E8E. Windows color (decimal): -5405829 or 8094637. OLE color: 8094637.

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

Color convert

RGB173131123-
CMYK00.240.290.32
HSL9.6º23.36%58.04%-
HSV(B)9.6º28.9%67.84%-
XYZ28.9326.5522.34-
YUV142.65116.91149.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=40.52%
G=30.68%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313112300.240.290.329.623.3658.04
HexAD837B0181D20a173a
Octal2552031730303540122772
Binary1010110110000011111101101100011101100000101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD837B; }

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

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

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

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

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

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

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

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