#AD8685

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

Shades of Brandy Rose #AD8685

Tints of Brandy Rose #AD8685

Color information

#AD8685 (or 0xAD8685) is unknown color: approx Brandy Rose. HEX triplet: AD, 86 and 85. RGB value is (173,134,133). Sum of RGB (Red+Green+Blue) = 173+134+133=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8685 is #52797A. Grayscale: #919191. Windows color (decimal): -5405051 or 8750765. OLE color: 8750765.

HSL color Cylindrical-coordinate representation of color #AD8685: hue angle of 1.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD8685 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB173134133-
CMYK00.230.230.32
HSL1.5º19.61%60%-
HSV(B)1.5º23.12%67.84%-
XYZ29.9927.6325.94-
YUV145.55120.92147.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=39.32%
G=30.45%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313413300.230.230.321.519.6160
HexAD868501717202143c
Octal255206205027274022474
Binary101011011000011010000101010111101111000001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8685; }

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

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

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

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

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

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

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

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