Html Css Color HEX #AD4069 Rouge

📋 copy color: '#AD4069'

red 173 ◦ green 64 ◦ blue 105

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

Shades of Rouge #AD4069

Tints of Rouge #AD4069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

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

R = 50.58%
G = 18.71%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD4069 (or 0xAD4069) is known color: Rouge. HEX triplet: AD, 40 and 69. RGB value is (173,64,105). Sum of RGB (Red+Green+Blue) = 173+64+105=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4069 is #52BF96. Grayscale: #656565. Windows color (decimal): -5422999 or 6897837. OLE color: 6897837.

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

Color convert

RGB 173 64 105 -
CMYK 0 0.63 0.39 0.32
HSL 337.43º 0.46% 0.46% -
HSV(B) 337.43º 0.63% 0.68% -
XYZ 21.62 13.57 14.84 -
YUV 101.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 173 64 105 0 0.63 0.39 0.32 337.43 0.46 0.46
Hex AD 40 69 0 3F 27 20 151 2E 2E
Octal 255 100 151 0 77 47 40 521 56 56
Binary 10101101 1000000 1101001 0 111111 100111 100000 101010001 101110 101110

Color Harmonies of #AD4069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4069

Black with #AD4069

Text Example


Text Example

White with #AD4069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4069; }

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

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

background-color css

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

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

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

border-color css

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

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

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