Html Css Color HEX #AD3261 Rouge

📋 copy color: '#AD3261'

red 173 ◦ green 50 ◦ blue 97

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

Shades of Rouge #AD3261

Tints of Rouge #AD3261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 54.06%
G = 15.63%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD3261 (or 0xAD3261) is known color: Rouge. HEX triplet: AD, 32 and 61. RGB value is (173,50,97). Sum of RGB (Red+Green+Blue) = 173+50+97=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3261 is #52CD9E. Grayscale: #5C5C5C. Windows color (decimal): -5426591 or 6369965. OLE color: 6369965.

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

Color convert

RGB 173 50 97 -
CMYK 0 0.71 0.44 0.32
HSL 337.07º 0.55% 0.44% -
HSV(B) 337.07º 0.71% 0.68% -
XYZ 20.53 12.03 12.55 -
YUV 92.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 173 50 97 0 0.71 0.44 0.32 337.07 0.55 0.44
Hex AD 32 61 0 47 2C 20 151 37 2C
Octal 255 62 141 0 107 54 40 521 67 54
Binary 10101101 110010 1100001 0 1000111 101100 100000 101010001 110111 101100

Color Harmonies of #AD3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3261

Black with #AD3261

Text Example


Text Example

White with #AD3261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3261; }

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

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

background-color css

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

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

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

border-color css

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

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

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