#AD8581

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

Shades of Brandy Rose #AD8581

Tints of Brandy Rose #AD8581

Color information

#AD8581 (or 0xAD8581) is unknown color: approx Brandy Rose. HEX triplet: AD, 85 and 81. RGB value is (173,133,129). Sum of RGB (Red+Green+Blue) = 173+133+129=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8581 is #527A7E. Grayscale: #909090. Windows color (decimal): -5405311 or 8488365. OLE color: 8488365.

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

Color convert

RGB173133129-
CMYK00.230.250.32
HSL5.45º21.15%59.22%-
HSV(B)5.45º25.43%67.84%-
XYZ29.5827.2424.47-
YUV144.5119.25148.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=39.77%
G=30.57%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313312900.230.250.325.4521.1559.22
HexAD858101719205153b
Octal255205201027314052573
Binary1010110110000101100000010101111100110000010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8581; }

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

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

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

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

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

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

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

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