#AD2B5A

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

Shades of Rouge #AD2B5A

Tints of Rouge #AD2B5A

Color information

#AD2B5A (or 0xAD2B5A) is unknown color: approx Rouge. HEX triplet: AD, 2B and 5A. RGB value is (173,43,90). Sum of RGB (Red+Green+Blue) = 173+43+90=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B5A is #52D4A5. Grayscale: #575757. Windows color (decimal): -5428390 or 5909421. OLE color: 5909421.

HSL color Cylindrical-coordinate representation of color #AD2B5A: hue angle of 338.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B5A is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB1734390-
CMYK00.750.480.32
HSL338.31º60.19%42.35%-
HSV(B)338.31º75.14%67.84%-
XYZ19.9411.3510.81-
YUV87.23129.57189.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=56.54%
G=14.05%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173439000.750.480.32338.3160.1942.35
HexAD2B5A04B30201523c2a
Octal25553132011360405227452
Binary10101101101011101101001001011110000100000101010010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2B5A; }

 p { color: rgb(173,43,90); }

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

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

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

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

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

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

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