Html Css Color HEX #AD4867 Rouge

📋 copy color: '#AD4867'

red 173 ◦ green 72 ◦ blue 103

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

Shades of Rouge #AD4867

Tints of Rouge #AD4867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 103 (40.63% from 255) = 29.6%

R = 49.71%
G = 20.69%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD4867 (or 0xAD4867) is known color: Rouge. HEX triplet: AD, 48 and 67. RGB value is (173,72,103). Sum of RGB (Red+Green+Blue) = 173+72+103=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4867 is #52B798. Grayscale: #696969. Windows color (decimal): -5420953 or 6768813. OLE color: 6768813.

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

Color convert

RGB 173 72 103 -
CMYK 0 0.58 0.40 0.32
HSL 341.58º 0.41% 0.48% -
HSV(B) 341.58º 0.58% 0.68% -
XYZ 22 14.5 14.47 -
YUV 105.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 173 72 103 0 0.58 0.40 0.32 341.58 0.41 0.48
Hex AD 48 67 0 3A 28 20 156 29 30
Octal 255 110 147 0 72 50 40 526 51 60
Binary 10101101 1001000 1100111 0 111010 101000 100000 101010110 101001 110000

Color Harmonies of #AD4867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4867

Black with #AD4867

Text Example


Text Example

White with #AD4867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4867; }

 p { color: rgb(173,72,103); }

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

background-color css

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

 a { background-color: rgb(173,72,103); }

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

border-color css

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

 span { border-color: rgb(173,72,103); }

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