Html Css Color HEX #AD305E Rouge

📋 copy color: '#AD305E'

red 173 ◦ green 48 ◦ blue 94

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

Shades of Rouge #AD305E

Tints of Rouge #AD305E

RGB

 RED value IS 173 (67.97% from 255) = 54.92%

 GREEN value IS 48 (19.14% from 255) = 15.24%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 54.92%
G = 15.24%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD305E (or 0xAD305E) is known color: Rouge. HEX triplet: AD, 30 and 5E. RGB value is (173,48,94). Sum of RGB (Red+Green+Blue) = 173+48+94=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD305E is #52CFA1. Grayscale: #5A5A5A. Windows color (decimal): -5427106 or 6172845. OLE color: 6172845.

HSL color Cylindrical-coordinate representation of color #AD305E: hue angle of 337.92º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD305E is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 94 -
CMYK 0 0.72 0.46 0.32
HSL 337.92º 0.57% 0.43% -
HSV(B) 337.92º 0.72% 0.68% -
XYZ 20.31 11.81 11.8 -
YUV 90.62 129.91 186.76 -
System Red Green Blue C M Y K H S L
Decimal 173 48 94 0 0.72 0.46 0.32 337.92 0.57 0.43
Hex AD 30 5E 0 48 2E 20 152 39 2B
Octal 255 60 136 0 110 56 40 522 71 53
Binary 10101101 110000 1011110 0 1001000 101110 100000 101010010 111001 101011

Color Harmonies of #AD305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD305E

Black with #AD305E

Text Example


Text Example

White with #AD305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD305E; }

 p { color: rgb(173,48,94); }

 H1.HeaderClassName
 {
   color: #AD305E;
 }
 .AnyTagClassName
 {
   color: #AD305E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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