Html Css Color HEX #AD385E Rouge

📋 copy color: '#AD385E'

red 173 ◦ green 56 ◦ blue 94

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

Shades of Rouge #AD385E

Tints of Rouge #AD385E

RGB

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

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

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

R = 53.56%
G = 17.34%
B = 29.1%

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

#AD385E (or 0xAD385E) is known color: Rouge. HEX triplet: AD, 38 and 5E. RGB value is (173,56,94). Sum of RGB (Red+Green+Blue) = 173+56+94=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD385E is #52C7A1. Grayscale: #5F5F5F. Windows color (decimal): -5425058 or 6174893. OLE color: 6174893.

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

Color convert

RGB 173 56 94 -
CMYK 0 0.68 0.46 0.32
HSL 340.51º 0.51% 0.45% -
HSV(B) 340.51º 0.68% 0.68% -
XYZ 20.67 12.52 11.92 -
YUV 95.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 173 56 94 0 0.68 0.46 0.32 340.51 0.51 0.45
Hex AD 38 5E 0 44 2E 20 155 33 2D
Octal 255 70 136 0 104 56 40 525 63 55
Binary 10101101 111000 1011110 0 1000100 101110 100000 101010101 110011 101101

Color Harmonies of #AD385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD385E

Black with #AD385E

Text Example


Text Example

White with #AD385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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