Html Css Color HEX #AB476D Rouge

📋 copy color: '#AB476D'

red 171 ◦ green 71 ◦ blue 109

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

Shades of Rouge #AB476D

Tints of Rouge #AB476D

RGB

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

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

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

R = 48.72%
G = 20.23%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB476D (or 0xAB476D) is known color: Rouge. HEX triplet: AB, 47 and 6D. RGB value is (171,71,109). Sum of RGB (Red+Green+Blue) = 171+71+109=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB476D is #54B892. Grayscale: #696969. Windows color (decimal): -5552275 or 7161771. OLE color: 7161771.

HSL color Cylindrical-coordinate representation of color #AB476D: hue angle of 337.2º 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 #AB476D is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 109 -
CMYK 0 0.58 0.36 0.33
HSL 337.2º 0.41% 0.47% -
HSV(B) 337.2º 0.58% 0.67% -
XYZ 21.81 14.27 16.07 -
YUV 105.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 171 71 109 0 0.58 0.36 0.33 337.2 0.41 0.47
Hex AB 47 6D 0 3A 24 21 151 29 2F
Octal 253 107 155 0 72 44 41 521 51 57
Binary 10101011 1000111 1101101 0 111010 100100 100001 101010001 101001 101111

Color Harmonies of #AB476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB476D

Black with #AB476D

Text Example


Text Example

White with #AB476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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