Html Css Color HEX #AD2B5A Rouge

📋 copy color: '#AD2B5A'

red 173 ◦ green 43 ◦ blue 90

#AD2B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #AD2B5A

Tints of Rouge #AD2B5A

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 value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD2B5A (or 0xAD2B5A) is known color: 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

RGB 173 43 90 -
CMYK 0 0.75 0.48 0.32
HSL 338.31º 0.6% 0.42% -
HSV(B) 338.31º 0.75% 0.68% -
XYZ 19.94 11.35 10.81 -
YUV 87.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 173 43 90 0 0.75 0.48 0.32 338.31 0.6 0.42
Hex AD 2B 5A 0 4B 30 20 152 3C 2A
Octal 255 53 132 0 113 60 40 522 74 52
Binary 10101101 101011 1011010 0 1001011 110000 100000 101010010 111100 101010

Color Harmonies of #AD2B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B5A

Black with #AD2B5A

Text Example


Text Example

White with #AD2B5A

Text Example


Text Example

HTML Codes & Css Web 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>