#AD8984

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

Shades of Brandy Rose #AD8984

Tints of Brandy Rose #AD8984

Color information

#AD8984 (or 0xAD8984) is unknown color: approx Brandy Rose. HEX triplet: AD, 89 and 84. RGB value is (173,137,132). Sum of RGB (Red+Green+Blue) = 173+137+132=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8984 is #52767B. Grayscale: #939393. Windows color (decimal): -5404284 or 8685997. OLE color: 8685997.

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

Color convert

RGB173137132-
CMYK00.210.240.32
HSL7.32º20%59.8%-
HSV(B)7.32º23.7%67.84%-
XYZ30.3428.4425.72-
YUV147.19119.43146.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=39.14%
G=31.00%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313713200.210.240.327.322059.8
HexAD898401518207143c
Octal255211204025304072474
Binary1010110110001001100001000101011100010000011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8984; }

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

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

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

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

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

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

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

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