Html Css Color HEX #AD3064 Rouge

📋 copy color: '#AD3064'

red 173 ◦ green 48 ◦ blue 100

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

Shades of Rouge #AD3064

Tints of Rouge #AD3064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 53.89%
G = 14.95%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD3064 (or 0xAD3064) is known color: Rouge. HEX triplet: AD, 30 and 64. RGB value is (173,48,100). Sum of RGB (Red+Green+Blue) = 173+48+100=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3064 is #52CF9B. Grayscale: #5B5B5B. Windows color (decimal): -5427100 or 6566061. OLE color: 6566061.

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

Color convert

RGB 173 48 100 -
CMYK 0 0.72 0.42 0.32
HSL 335.04º 0.57% 0.43% -
HSV(B) 335.04º 0.72% 0.68% -
XYZ 20.59 11.92 13.27 -
YUV 91.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 173 48 100 0 0.72 0.42 0.32 335.04 0.57 0.43
Hex AD 30 64 0 48 2A 20 14F 39 2B
Octal 255 60 144 0 110 52 40 517 71 53
Binary 10101101 110000 1100100 0 1001000 101010 100000 101001111 111001 101011

Color Harmonies of #AD3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3064

Black with #AD3064

Text Example


Text Example

White with #AD3064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3064; }

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

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

background-color css

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

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

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

border-color css

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

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

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