Html Css Color HEX #AD306F Rouge

📋 copy color: '#AD306F'

red 173 ◦ green 48 ◦ blue 111

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

Shades of Rouge #AD306F

Tints of Rouge #AD306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 52.11%
G = 14.46%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD306F (or 0xAD306F) is known color: Rouge. HEX triplet: AD, 30 and 6F. RGB value is (173,48,111). Sum of RGB (Red+Green+Blue) = 173+48+111=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD306F is #52CF90. Grayscale: #5C5C5C. Windows color (decimal): -5427089 or 7286957. OLE color: 7286957.

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

Color convert

RGB 173 48 111 -
CMYK 0 0.72 0.36 0.32
HSL 329.76º 0.57% 0.43% -
HSV(B) 329.76º 0.72% 0.68% -
XYZ 21.16 12.15 16.27 -
YUV 92.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 173 48 111 0 0.72 0.36 0.32 329.76 0.57 0.43
Hex AD 30 6F 0 48 24 20 14A 39 2B
Octal 255 60 157 0 110 44 40 512 71 53
Binary 10101101 110000 1101111 0 1001000 100100 100000 101001010 111001 101011

Color Harmonies of #AD306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD306F

Black with #AD306F

Text Example


Text Example

White with #AD306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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