#AD8A84

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

Shades of Brandy Rose #AD8A84

Tints of Brandy Rose #AD8A84

Color information

#AD8A84 (or 0xAD8A84) is unknown color: approx Brandy Rose. HEX triplet: AD, 8A and 84. RGB value is (173,138,132). Sum of RGB (Red+Green+Blue) = 173+138+132=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A84 is #52757B. Grayscale: #939393. Windows color (decimal): -5404028 or 8686253. OLE color: 8686253.

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

Color convert

RGB173138132-
CMYK00.200.240.32
HSL8.78º20%59.8%-
HSV(B)8.78º23.7%67.84%-
XYZ30.4928.7325.77-
YUV147.78119.1145.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=39.05%
G=31.15%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313813200.200.240.328.782059.8
HexAD8A8401418209143c
Octal2552122040243040112474
Binary10101101100010101000010001010011000100000100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A84; }

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

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

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

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

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

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

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

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