Html Css Color HEX #AB406D Rouge

📋 copy color: '#AB406D'

red 171 ◦ green 64 ◦ blue 109

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

Shades of Rouge #AB406D

Tints of Rouge #AB406D

RGB

 RED value IS 171 (67.19% from 255) = 49.71%

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

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

R = 49.71%
G = 18.6%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB406D (or 0xAB406D) is known color: Rouge. HEX triplet: AB, 40 and 6D. RGB value is (171,64,109). Sum of RGB (Red+Green+Blue) = 171+64+109=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB406D is #54BF92. Grayscale: #656565. Windows color (decimal): -5554067 or 7159979. OLE color: 7159979.

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

Color convert

RGB 171 64 109 -
CMYK 0 0.63 0.36 0.33
HSL 334.77º 0.46% 0.46% -
HSV(B) 334.77º 0.63% 0.67% -
XYZ 21.39 13.43 15.93 -
YUV 101.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 171 64 109 0 0.63 0.36 0.33 334.77 0.46 0.46
Hex AB 40 6D 0 3F 24 21 14F 2E 2E
Octal 253 100 155 0 77 44 41 517 56 56
Binary 10101011 1000000 1101101 0 111111 100100 100001 101001111 101110 101110

Color Harmonies of #AB406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB406D

Black with #AB406D

Text Example


Text Example

White with #AB406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB406D; }

 p { color: rgb(171,64,109); }

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

background-color css

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

 a { background-color: rgb(171,64,109); }

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

border-color css

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

 span { border-color: rgb(171,64,109); }

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