Html Css Color HEX #AD2F65 Rouge

📋 copy color: '#AD2F65'

red 173 ◦ green 47 ◦ blue 101

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

Shades of Rouge #AD2F65

Tints of Rouge #AD2F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 53.89%
G = 14.64%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD2F65 (or 0xAD2F65) is known color: Rouge. HEX triplet: AD, 2F and 65. RGB value is (173,47,101). Sum of RGB (Red+Green+Blue) = 173+47+101=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2F65 is #52D09A. Grayscale: #5A5A5A. Windows color (decimal): -5427355 or 6631341. OLE color: 6631341.

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

Color convert

RGB 173 47 101 -
CMYK 0 0.73 0.42 0.32
HSL 334.29º 0.57% 0.43% -
HSV(B) 334.29º 0.73% 0.68% -
XYZ 20.6 11.86 13.51 -
YUV 90.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 173 47 101 0 0.73 0.42 0.32 334.29 0.57 0.43
Hex AD 2F 65 0 49 2A 20 14E 39 2B
Octal 255 57 145 0 111 52 40 516 71 53
Binary 10101101 101111 1100101 0 1001001 101010 100000 101001110 111001 101011

Color Harmonies of #AD2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F65

Black with #AD2F65

Text Example


Text Example

White with #AD2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F65; }

 p { color: rgb(173,47,101); }

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

background-color css

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

 a { background-color: rgb(173,47,101); }

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

border-color css

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

 span { border-color: rgb(173,47,101); }

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