Html Css Color HEX #AD4368 Rouge

📋 copy color: '#AD4368'

red 173 ◦ green 67 ◦ blue 104

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

Shades of Rouge #AD4368

Tints of Rouge #AD4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 50.29%
G = 19.48%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD4368 (or 0xAD4368) is known color: Rouge. HEX triplet: AD, 43 and 68. RGB value is (173,67,104). Sum of RGB (Red+Green+Blue) = 173+67+104=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4368 is #52BC97. Grayscale: #666666. Windows color (decimal): -5422232 or 6833069. OLE color: 6833069.

HSL color Cylindrical-coordinate representation of color #AD4368: hue angle of 339.06º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4368 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 67 104 -
CMYK 0 0.61 0.40 0.32
HSL 339.06º 0.44% 0.47% -
HSV(B) 339.06º 0.61% 0.68% -
XYZ 21.74 13.9 14.63 -
YUV 102.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 173 67 104 0 0.61 0.40 0.32 339.06 0.44 0.47
Hex AD 43 68 0 3D 28 20 153 2C 2F
Octal 255 103 150 0 75 50 40 523 54 57
Binary 10101101 1000011 1101000 0 111101 101000 100000 101010011 101100 101111

Color Harmonies of #AD4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4368

Black with #AD4368

Text Example


Text Example

White with #AD4368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4368; }

 p { color: rgb(173,67,104); }

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

background-color css

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

 a { background-color: rgb(173,67,104); }

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

border-color css

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

 span { border-color: rgb(173,67,104); }

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