Html Css Color HEX #AB3764 Rouge

📋 copy color: '#AB3764'

red 171 ◦ green 55 ◦ blue 100

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

Shades of Rouge #AB3764

Tints of Rouge #AB3764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 52.45%
G = 16.87%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB3764 (or 0xAB3764) is known color: Rouge. HEX triplet: AB, 37 and 64. RGB value is (171,55,100). Sum of RGB (Red+Green+Blue) = 171+55+100=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3764 is #54C89B. Grayscale: #5E5E5E. Windows color (decimal): -5556380 or 6567851. OLE color: 6567851.

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

Color convert

RGB 171 55 100 -
CMYK 0 0.68 0.42 0.33
HSL 336.72º 0.51% 0.44% -
HSV(B) 336.72º 0.68% 0.67% -
XYZ 20.46 12.31 13.35 -
YUV 94.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 171 55 100 0 0.68 0.42 0.33 336.72 0.51 0.44
Hex AB 37 64 0 44 2A 21 151 33 2C
Octal 253 67 144 0 104 52 41 521 63 54
Binary 10101011 110111 1100100 0 1000100 101010 100001 101010001 110011 101100

Color Harmonies of #AB3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3764

Black with #AB3764

Text Example


Text Example

White with #AB3764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3764; }

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

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

background-color css

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

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

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

border-color css

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

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

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