#AD8482

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

Shades of Brandy Rose #AD8482

Tints of Brandy Rose #AD8482

Color information

#AD8482 (or 0xAD8482) is unknown color: approx Brandy Rose. HEX triplet: AD, 84 and 82. RGB value is (173,132,130). Sum of RGB (Red+Green+Blue) = 173+132+130=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8482 is #527B7D. Grayscale: #909090. Windows color (decimal): -5405566 or 8553645. OLE color: 8553645.

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

Color convert

RGB173132130-
CMYK00.240.250.32
HSL2.79º20.77%59.41%-
HSV(B)2.79º24.86%67.84%-
XYZ29.512724.77-
YUV144.03120.08148.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=39.77%
G=30.34%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313213000.240.250.322.7920.7759.41
HexAD848201819203153b
Octal255204202030314032573
Binary101011011000010010000010011000110011000001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8482; }

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

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

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

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

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

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

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

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