Html Css Color HEX #AD375E Rouge

📋 copy color: '#AD375E'

red 173 ◦ green 55 ◦ blue 94

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

Shades of Rouge #AD375E

Tints of Rouge #AD375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 53.73%
G = 17.08%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD375E (or 0xAD375E) is known color: Rouge. HEX triplet: AD, 37 and 5E. RGB value is (173,55,94). Sum of RGB (Red+Green+Blue) = 173+55+94=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD375E is #52C8A1. Grayscale: #5E5E5E. Windows color (decimal): -5425314 or 6174637. OLE color: 6174637.

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

Color convert

RGB 173 55 94 -
CMYK 0 0.68 0.46 0.32
HSL 340.17º 0.52% 0.45% -
HSV(B) 340.17º 0.68% 0.68% -
XYZ 20.62 12.42 11.9 -
YUV 94.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 173 55 94 0 0.68 0.46 0.32 340.17 0.52 0.45
Hex AD 37 5E 0 44 2E 20 154 34 2D
Octal 255 67 136 0 104 56 40 524 64 55
Binary 10101101 110111 1011110 0 1000100 101110 100000 101010100 110100 101101

Color Harmonies of #AD375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD375E

Black with #AD375E

Text Example


Text Example

White with #AD375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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