#AD8181

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

Shades of Brandy Rose #AD8181

Tints of Brandy Rose #AD8181

Color information

#AD8181 (or 0xAD8181) is unknown color: approx Brandy Rose. HEX triplet: AD, 81 and 81. RGB value is (173,129,129). Sum of RGB (Red+Green+Blue) = 173+129+129=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8181 is #527E7E. Grayscale: #8E8E8E. Windows color (decimal): -5406335 or 8487341. OLE color: 8487341.

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

Color convert

RGB173129129-
CMYK00.250.250.32
HSL21.15%59.22%-
HSV(B)25.43%67.84%-
XYZ29.0526.1724.29-
YUV142.16120.58150-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=40.14%
G=29.93%
B=29.93%

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
Decimal17312912900.250.250.32021.1559.22
HexAD818101919200153b
Octal255201201031314002573
Binary10101101100000011000000101100111001100000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8181; }

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

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

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

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

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

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

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

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