#AD867C

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

Shades of Brandy Rose #AD867C

Tints of Brandy Rose #AD867C

Color information

#AD867C (or 0xAD867C) is unknown color: approx Brandy Rose. HEX triplet: AD, 86 and 7C. RGB value is (173,134,124). Sum of RGB (Red+Green+Blue) = 173+134+124=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867C is #527983. Grayscale: #909090. Windows color (decimal): -5405060 or 8160941. OLE color: 8160941.

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

Color convert

RGB173134124-
CMYK00.230.280.32
HSL12.24º23%58.24%-
HSV(B)12.24º28.32%67.84%-
XYZ29.427.3922.81-
YUV144.52116.42148.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=40.14%
G=31.09%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313412400.230.280.3212.242358.24
HexAD867C0171C20c173a
Octal2552061740273440142772
Binary1010110110000110111110001011111100100000110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD867C; }

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

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

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

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

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

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

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

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