Html Css Color HEX #AD3262 Rouge

📋 copy color: '#AD3262'

red 173 ◦ green 50 ◦ blue 98

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

Shades of Rouge #AD3262

Tints of Rouge #AD3262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 53.89%
G = 15.58%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD3262 (or 0xAD3262) is known color: Rouge. HEX triplet: AD, 32 and 62. RGB value is (173,50,98). Sum of RGB (Red+Green+Blue) = 173+50+98=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3262 is #52CD9D. Grayscale: #5C5C5C. Windows color (decimal): -5426590 or 6435501. OLE color: 6435501.

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

Color convert

RGB 173 50 98 -
CMYK 0 0.71 0.43 0.32
HSL 336.59º 0.55% 0.44% -
HSV(B) 336.59º 0.71% 0.68% -
XYZ 20.58 12.05 12.8 -
YUV 92.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 173 50 98 0 0.71 0.43 0.32 336.59 0.55 0.44
Hex AD 32 62 0 47 2B 20 151 37 2C
Octal 255 62 142 0 107 53 40 521 67 54
Binary 10101101 110010 1100010 0 1000111 101011 100000 101010001 110111 101100

Color Harmonies of #AD3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3262

Black with #AD3262

Text Example


Text Example

White with #AD3262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3262; }

 p { color: rgb(173,50,98); }

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

background-color css

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

 a { background-color: rgb(173,50,98); }

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

border-color css

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

 span { border-color: rgb(173,50,98); }

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