Html Css Color HEX #AB3760 Rouge

📋 copy color: '#AB3760'

red 171 ◦ green 55 ◦ blue 96

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

Shades of Rouge #AB3760

Tints of Rouge #AB3760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 53.11%
G = 17.08%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB3760 (or 0xAB3760) is known color: Rouge. HEX triplet: AB, 37 and 60. RGB value is (171,55,96). Sum of RGB (Red+Green+Blue) = 171+55+96=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3760 is #54C89F. Grayscale: #5E5E5E. Windows color (decimal): -5556384 or 6305707. OLE color: 6305707.

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

Color convert

RGB 171 55 96 -
CMYK 0 0.68 0.44 0.33
HSL 338.79º 0.51% 0.44% -
HSV(B) 338.79º 0.68% 0.67% -
XYZ 20.27 12.23 12.36 -
YUV 94.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 171 55 96 0 0.68 0.44 0.33 338.79 0.51 0.44
Hex AB 37 60 0 44 2C 21 153 33 2C
Octal 253 67 140 0 104 54 41 523 63 54
Binary 10101011 110111 1100000 0 1000100 101100 100001 101010011 110011 101100

Color Harmonies of #AB3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3760

Black with #AB3760

Text Example


Text Example

White with #AB3760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3760; }

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

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

background-color css

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

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

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

border-color css

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

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

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