Html Css Color HEX #AB476B Rouge

📋 copy color: '#AB476B'

red 171 ◦ green 71 ◦ blue 107

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

Shades of Rouge #AB476B

Tints of Rouge #AB476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 49%
G = 20.34%
B = 30.66%

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

#AB476B (or 0xAB476B) is known color: Rouge. HEX triplet: AB, 47 and 6B. RGB value is (171,71,107). Sum of RGB (Red+Green+Blue) = 171+71+107=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB476B is #54B894. Grayscale: #686868. Windows color (decimal): -5552277 or 7030699. OLE color: 7030699.

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

Color convert

RGB 171 71 107 -
CMYK 0 0.58 0.37 0.33
HSL 338.4º 0.41% 0.47% -
HSV(B) 338.4º 0.58% 0.67% -
XYZ 21.7 14.23 15.51 -
YUV 105 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 171 71 107 0 0.58 0.37 0.33 338.4 0.41 0.47
Hex AB 47 6B 0 3A 25 21 152 29 2F
Octal 253 107 153 0 72 45 41 522 51 57
Binary 10101011 1000111 1101011 0 111010 100101 100001 101010010 101001 101111

Color Harmonies of #AB476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB476B

Black with #AB476B

Text Example


Text Example

White with #AB476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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