#AD8684

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

Shades of Brandy Rose #AD8684

Tints of Brandy Rose #AD8684

Color information

#AD8684 (or 0xAD8684) is unknown color: approx Brandy Rose. HEX triplet: AD, 86 and 84. RGB value is (173,134,132). Sum of RGB (Red+Green+Blue) = 173+134+132=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8684 is #52797B. Grayscale: #919191. Windows color (decimal): -5405052 or 8685229. OLE color: 8685229.

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

Color convert

RGB173134132-
CMYK00.230.240.32
HSL2.93º20%59.8%-
HSV(B)2.93º23.7%67.84%-
XYZ29.9227.625.58-
YUV145.43120.42147.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=39.41%
G=30.52%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313413200.230.240.322.932059.8
HexAD868401718203143c
Octal255206204027304032474
Binary101011011000011010000100010111110001000001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8684; }

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

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

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

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

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

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

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

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