Html Css Color HEX #AD4569 Rouge

📋 copy color: '#AD4569'

red 173 ◦ green 69 ◦ blue 105

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

Shades of Rouge #AD4569

Tints of Rouge #AD4569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 49.86%
G = 19.88%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD4569 (or 0xAD4569) is known color: Rouge. HEX triplet: AD, 45 and 69. RGB value is (173,69,105). Sum of RGB (Red+Green+Blue) = 173+69+105=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4569 is #52BA96. Grayscale: #686868. Windows color (decimal): -5421719 or 6899117. OLE color: 6899117.

HSL color Cylindrical-coordinate representation of color #AD4569: hue angle of 339.23º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4569 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 105 -
CMYK 0 0.60 0.39 0.32
HSL 339.23º 0.43% 0.47% -
HSV(B) 339.23º 0.6% 0.68% -
XYZ 21.91 14.16 14.94 -
YUV 104.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 173 69 105 0 0.60 0.39 0.32 339.23 0.43 0.47
Hex AD 45 69 0 3C 27 20 153 2B 2F
Octal 255 105 151 0 74 47 40 523 53 57
Binary 10101101 1000101 1101001 0 111100 100111 100000 101010011 101011 101111

Color Harmonies of #AD4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4569

Black with #AD4569

Text Example


Text Example

White with #AD4569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4569; }

 p { color: rgb(173,69,105); }

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

background-color css

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

 a { background-color: rgb(173,69,105); }

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

border-color css

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

 span { border-color: rgb(173,69,105); }

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