#AD8781

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

Shades of Brandy Rose #AD8781

Tints of Brandy Rose #AD8781

Color information

#AD8781 (or 0xAD8781) is unknown color: approx Brandy Rose. HEX triplet: AD, 87 and 81. RGB value is (173,135,129). Sum of RGB (Red+Green+Blue) = 173+135+129=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8781 is #52787E. Grayscale: #919191. Windows color (decimal): -5404799 or 8488877. OLE color: 8488877.

HSL color Cylindrical-coordinate representation of color #AD8781: hue angle of 8.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8781 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB173135129-
CMYK00.220.250.32
HSL8.18º21.15%59.22%-
HSV(B)8.18º25.43%67.84%-
XYZ29.8627.824.56-
YUV145.68118.59147.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=39.59%
G=30.89%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313512900.220.250.328.1821.1559.22
HexAD878101619208153b
Octal2552072010263140102573
Binary10101101100001111000000101011011001100000100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8781; }

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

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

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

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

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

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

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

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