Html Css Color HEX #AD4360 Rouge

📋 copy color: '#AD4360'

red 173 ◦ green 67 ◦ blue 96

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

Shades of Rouge #AD4360

Tints of Rouge #AD4360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 51.49%
G = 19.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD4360 (or 0xAD4360) is known color: Rouge. HEX triplet: AD, 43 and 60. RGB value is (173,67,96). Sum of RGB (Red+Green+Blue) = 173+67+96=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4360 is #52BC9F. Grayscale: #656565. Windows color (decimal): -5422240 or 6308781. OLE color: 6308781.

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

Color convert

RGB 173 67 96 -
CMYK 0 0.61 0.45 0.32
HSL 343.58º 0.44% 0.47% -
HSV(B) 343.58º 0.61% 0.68% -
XYZ 21.35 13.74 12.59 -
YUV 102 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 173 67 96 0 0.61 0.45 0.32 343.58 0.44 0.47
Hex AD 43 60 0 3D 2D 20 158 2C 2F
Octal 255 103 140 0 75 55 40 530 54 57
Binary 10101101 1000011 1100000 0 111101 101101 100000 101011000 101100 101111

Color Harmonies of #AD4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4360

Black with #AD4360

Text Example


Text Example

White with #AD4360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4360; }

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

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

background-color css

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

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

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

border-color css

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

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

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