Html Css Color HEX #AD306A Rouge

📋 copy color: '#AD306A'

red 173 ◦ green 48 ◦ blue 106

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

Shades of Rouge #AD306A

Tints of Rouge #AD306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 52.91%
G = 14.68%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD306A (or 0xAD306A) is known color: Rouge. HEX triplet: AD, 30 and 6A. RGB value is (173,48,106). Sum of RGB (Red+Green+Blue) = 173+48+106=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD306A is #52CF95. Grayscale: #5B5B5B. Windows color (decimal): -5427094 or 6959277. OLE color: 6959277.

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

Color convert

RGB 173 48 106 -
CMYK 0 0.72 0.39 0.32
HSL 332.16º 0.57% 0.43% -
HSV(B) 332.16º 0.72% 0.68% -
XYZ 20.89 12.04 14.86 -
YUV 91.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 173 48 106 0 0.72 0.39 0.32 332.16 0.57 0.43
Hex AD 30 6A 0 48 27 20 14C 39 2B
Octal 255 60 152 0 110 47 40 514 71 53
Binary 10101101 110000 1101010 0 1001000 100111 100000 101001100 111001 101011

Color Harmonies of #AD306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD306A

Black with #AD306A

Text Example


Text Example

White with #AD306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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