#AD8282

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

Shades of Brandy Rose #AD8282

Tints of Brandy Rose #AD8282

Color information

#AD8282 (or 0xAD8282) is unknown color: approx Brandy Rose. HEX triplet: AD, 82 and 82. RGB value is (173,130,130). Sum of RGB (Red+Green+Blue) = 173+130+130=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8282 is #527D7D. Grayscale: #8E8E8E. Windows color (decimal): -5406078 or 8553133. OLE color: 8553133.

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

Color convert

RGB173130130-
CMYK00.250.250.32
HSL20.77%59.41%-
HSV(B)24.86%67.84%-
XYZ29.2526.4624.69-
YUV142.86120.75149.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=39.95%
G=30.02%
B=30.02%

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
Decimal17313013000.250.250.32020.7759.41
HexAD828201919200153b
Octal255202202031314002573
Binary10101101100000101000001001100111001100000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8282; }

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

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

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

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

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

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

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

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