Html Css Color HEX #AB376B Rouge

📋 copy color: '#AB376B'

red 171 ◦ green 55 ◦ blue 107

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

Shades of Rouge #AB376B

Tints of Rouge #AB376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 51.35%
G = 16.52%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB376B (or 0xAB376B) is known color: Rouge. HEX triplet: AB, 37 and 6B. RGB value is (171,55,107). Sum of RGB (Red+Green+Blue) = 171+55+107=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB376B is #54C894. Grayscale: #5F5F5F. Windows color (decimal): -5556373 or 7026603. OLE color: 7026603.

HSL color Cylindrical-coordinate representation of color #AB376B: hue angle of 333.1º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB376B is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 55 107 -
CMYK 0 0.68 0.37 0.33
HSL 333.1º 0.51% 0.44% -
HSV(B) 333.1º 0.68% 0.67% -
XYZ 20.81 12.45 15.22 -
YUV 95.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 171 55 107 0 0.68 0.37 0.33 333.1 0.51 0.44
Hex AB 37 6B 0 44 25 21 14D 33 2C
Octal 253 67 153 0 104 45 41 515 63 54
Binary 10101011 110111 1101011 0 1000100 100101 100001 101001101 110011 101100

Color Harmonies of #AB376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB376B

Black with #AB376B

Text Example


Text Example

White with #AB376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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