#AD867D

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

Shades of Brandy Rose #AD867D

Tints of Brandy Rose #AD867D

Color information

#AD867D (or 0xAD867D) is unknown color: approx Brandy Rose. HEX triplet: AD, 86 and 7D. RGB value is (173,134,125). Sum of RGB (Red+Green+Blue) = 173+134+125=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867D is #527982. Grayscale: #909090. Windows color (decimal): -5405059 or 8226477. OLE color: 8226477.

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

Color convert

RGB173134125-
CMYK00.230.280.32
HSL11.25º22.64%58.43%-
HSV(B)11.25º27.75%67.84%-
XYZ29.4627.4223.14-
YUV144.64116.92148.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=40.05%
G=31.02%
B=28.94%

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
Decimal17313412500.230.280.3211.2522.6458.43
HexAD867D0171C20b173a
Octal2552061750273440132772
Binary1010110110000110111110101011111100100000101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD867D; }

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

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

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

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

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

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

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

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