Html Css Color HEX #AB4766 Rouge

📋 copy color: '#AB4766'

red 171 ◦ green 71 ◦ blue 102

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

Shades of Rouge #AB4766

Tints of Rouge #AB4766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.64%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 49.71%
G = 20.64%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB4766 (or 0xAB4766) is known color: Rouge. HEX triplet: AB, 47 and 66. RGB value is (171,71,102). Sum of RGB (Red+Green+Blue) = 171+71+102=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4766 is #54B899. Grayscale: #686868. Windows color (decimal): -5552282 or 6703019. OLE color: 6703019.

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

Color convert

RGB 171 71 102 -
CMYK 0 0.58 0.40 0.33
HSL 341.4º 0.41% 0.47% -
HSV(B) 341.4º 0.58% 0.67% -
XYZ 21.45 14.12 14.17 -
YUV 104.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 171 71 102 0 0.58 0.40 0.33 341.4 0.41 0.47
Hex AB 47 66 0 3A 28 21 155 29 2F
Octal 253 107 146 0 72 50 41 525 51 57
Binary 10101011 1000111 1100110 0 111010 101000 100001 101010101 101001 101111

Color Harmonies of #AB4766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4766

Black with #AB4766

Text Example


Text Example

White with #AB4766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4766; }

 p { color: rgb(171,71,102); }

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

background-color css

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

 a { background-color: rgb(171,71,102); }

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

border-color css

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

 span { border-color: rgb(171,71,102); }

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