Html Css Color HEX #AD385A Rouge

📋 copy color: '#AD385A'

red 173 ◦ green 56 ◦ blue 90

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

Shades of Rouge #AD385A

Tints of Rouge #AD385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 54.23%
G = 17.55%
B = 28.21%

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

#AD385A (or 0xAD385A) is known color: Rouge. HEX triplet: AD, 38 and 5A. RGB value is (173,56,90). Sum of RGB (Red+Green+Blue) = 173+56+90=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD385A is #52C7A5. Grayscale: #5E5E5E. Windows color (decimal): -5425062 or 5912749. OLE color: 5912749.

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

Color convert

RGB 173 56 90 -
CMYK 0 0.68 0.48 0.32
HSL 342.56º 0.51% 0.45% -
HSV(B) 342.56º 0.68% 0.68% -
XYZ 20.49 12.45 11 -
YUV 94.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 173 56 90 0 0.68 0.48 0.32 342.56 0.51 0.45
Hex AD 38 5A 0 44 30 20 157 33 2D
Octal 255 70 132 0 104 60 40 527 63 55
Binary 10101101 111000 1011010 0 1000100 110000 100000 101010111 110011 101101

Color Harmonies of #AD385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD385A

Black with #AD385A

Text Example


Text Example

White with #AD385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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