Html Css Color HEX #AB466D Rouge

📋 copy color: '#AB466D'

red 171 ◦ green 70 ◦ blue 109

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

Shades of Rouge #AB466D

Tints of Rouge #AB466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

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

R = 48.86%
G = 20%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB466D (or 0xAB466D) is known color: Rouge. HEX triplet: AB, 46 and 6D. RGB value is (171,70,109). Sum of RGB (Red+Green+Blue) = 171+70+109=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB466D is #54B992. Grayscale: #686868. Windows color (decimal): -5552531 or 7161515. OLE color: 7161515.

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

Color convert

RGB 171 70 109 -
CMYK 0 0.59 0.36 0.33
HSL 336.83º 0.42% 0.47% -
HSV(B) 336.83º 0.59% 0.67% -
XYZ 21.75 14.14 16.05 -
YUV 104.65 130.46 175.33 -
System Red Green Blue C M Y K H S L
Decimal 171 70 109 0 0.59 0.36 0.33 336.83 0.42 0.47
Hex AB 46 6D 0 3B 24 21 151 2A 2F
Octal 253 106 155 0 73 44 41 521 52 57
Binary 10101011 1000110 1101101 0 111011 100100 100001 101010001 101010 101111

Color Harmonies of #AB466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB466D

Black with #AB466D

Text Example


Text Example

White with #AB466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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