Html Css Color HEX #AD375A Rouge

📋 copy color: '#AD375A'

red 173 ◦ green 55 ◦ blue 90

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

Shades of Rouge #AD375A

Tints of Rouge #AD375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.3%

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 54.4%
G = 17.3%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD375A (or 0xAD375A) is known color: Rouge. HEX triplet: AD, 37 and 5A. RGB value is (173,55,90). Sum of RGB (Red+Green+Blue) = 173+55+90=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD375A is #52C8A5. Grayscale: #5E5E5E. Windows color (decimal): -5425318 or 5912493. OLE color: 5912493.

HSL color Cylindrical-coordinate representation of color #AD375A: hue angle of 342.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD375A is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 55 90 -
CMYK 0 0.68 0.48 0.32
HSL 342.2º 0.52% 0.45% -
HSV(B) 342.2º 0.68% 0.68% -
XYZ 20.45 12.35 10.98 -
YUV 94.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 173 55 90 0 0.68 0.48 0.32 342.2 0.52 0.45
Hex AD 37 5A 0 44 30 20 156 34 2D
Octal 255 67 132 0 104 60 40 526 64 55
Binary 10101101 110111 1011010 0 1000100 110000 100000 101010110 110100 101101

Color Harmonies of #AD375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD375A

Black with #AD375A

Text Example


Text Example

White with #AD375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD375A; }

 p { color: rgb(173,55,90); }

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

background-color css

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

 a { background-color: rgb(173,55,90); }

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

border-color css

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

 span { border-color: rgb(173,55,90); }

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