#AD8281

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

Shades of Brandy Rose #AD8281

Tints of Brandy Rose #AD8281

Color information

#AD8281 (or 0xAD8281) is unknown color: approx Brandy Rose. HEX triplet: AD, 82 and 81. RGB value is (173,130,129). Sum of RGB (Red+Green+Blue) = 173+130+129=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8281 is #527D7E. Grayscale: #8E8E8E. Windows color (decimal): -5406079 or 8487597. OLE color: 8487597.

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

Color convert

RGB173130129-
CMYK00.250.250.32
HSL1.36º21.15%59.22%-
HSV(B)1.36º25.43%67.84%-
XYZ29.1826.4324.33-
YUV142.74120.25149.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=40.05%
G=30.09%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313012900.250.250.321.3621.1559.22
HexAD828101919201153b
Octal255202201031314012573
Binary10101101100000101000000101100111001100000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8281; }

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

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

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

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

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

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

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

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