#AD8784

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

Shades of Brandy Rose #AD8784

Tints of Brandy Rose #AD8784

Color information

#AD8784 (or 0xAD8784) is unknown color: approx Brandy Rose. HEX triplet: AD, 87 and 84. RGB value is (173,135,132). Sum of RGB (Red+Green+Blue) = 173+135+132=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8784 is #52787B. Grayscale: #929292. Windows color (decimal): -5404796 or 8685485. OLE color: 8685485.

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

Color convert

RGB173135132-
CMYK00.220.240.32
HSL4.39º20%59.8%-
HSV(B)4.39º23.7%67.84%-
XYZ30.0627.8825.63-
YUV146.02120.09147.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 132 (51.95% from 255) = 30%
R=39.32%
G=30.68%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313513200.220.240.324.392059.8
HexAD878401618204143c
Octal255207204026304042474
Binary1010110110000111100001000101101100010000010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8784; }

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

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

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

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

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

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

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

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