Html Css Color HEX #AB476C Rouge

📋 copy color: '#AB476C'

red 171 ◦ green 71 ◦ blue 108

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

Shades of Rouge #AB476C

Tints of Rouge #AB476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 48.86%
G = 20.29%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB476C (or 0xAB476C) is known color: Rouge. HEX triplet: AB, 47 and 6C. RGB value is (171,71,108). Sum of RGB (Red+Green+Blue) = 171+71+108=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB476C is #54B893. Grayscale: #696969. Windows color (decimal): -5552276 or 7096235. OLE color: 7096235.

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

Color convert

RGB 171 71 108 -
CMYK 0 0.58 0.37 0.33
HSL 337.8º 0.41% 0.47% -
HSV(B) 337.8º 0.58% 0.67% -
XYZ 21.75 14.25 15.79 -
YUV 105.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 171 71 108 0 0.58 0.37 0.33 337.8 0.41 0.47
Hex AB 47 6C 0 3A 25 21 152 29 2F
Octal 253 107 154 0 72 45 41 522 51 57
Binary 10101011 1000111 1101100 0 111010 100101 100001 101010010 101001 101111

Color Harmonies of #AB476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB476C

Black with #AB476C

Text Example


Text Example

White with #AB476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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