Html Css Color HEX #AD426D Rouge

📋 copy color: '#AD426D'

red 173 ◦ green 66 ◦ blue 109

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

Shades of Rouge #AD426D

Tints of Rouge #AD426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 49.71%
G = 18.97%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD426D (or 0xAD426D) is known color: Rouge. HEX triplet: AD, 42 and 6D. RGB value is (173,66,109). Sum of RGB (Red+Green+Blue) = 173+66+109=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD426D is #52BD92. Grayscale: #666666. Windows color (decimal): -5422483 or 7160493. OLE color: 7160493.

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

Color convert

RGB 173 66 109 -
CMYK 0 0.62 0.37 0.32
HSL 335.89º 0.45% 0.47% -
HSV(B) 335.89º 0.62% 0.68% -
XYZ 21.94 13.88 15.99 -
YUV 102.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 173 66 109 0 0.62 0.37 0.32 335.89 0.45 0.47
Hex AD 42 6D 0 3E 25 20 150 2D 2F
Octal 255 102 155 0 76 45 40 520 55 57
Binary 10101101 1000010 1101101 0 111110 100101 100000 101010000 101101 101111

Color Harmonies of #AD426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD426D

Black with #AD426D

Text Example


Text Example

White with #AD426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD426D; }

 p { color: rgb(173,66,109); }

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

background-color css

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

 a { background-color: rgb(173,66,109); }

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

border-color css

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

 span { border-color: rgb(173,66,109); }

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