Html Css Color HEX #AB345C Rouge

📋 copy color: '#AB345C'

red 171 ◦ green 52 ◦ blue 92

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

Shades of Rouge #AB345C

Tints of Rouge #AB345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 54.29%
G = 16.51%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB345C (or 0xAB345C) is known color: Rouge. HEX triplet: AB, 34 and 5C. RGB value is (171,52,92). Sum of RGB (Red+Green+Blue) = 171+52+92=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB345C is #54CBA3. Grayscale: #5C5C5C. Windows color (decimal): -5557156 or 6042795. OLE color: 6042795.

HSL color Cylindrical-coordinate representation of color #AB345C: hue angle of 339.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB345C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 92 -
CMYK 0 0.70 0.46 0.33
HSL 339.83º 0.53% 0.44% -
HSV(B) 339.83º 0.7% 0.67% -
XYZ 19.95 11.89 11.37 -
YUV 92.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 171 52 92 0 0.70 0.46 0.33 339.83 0.53 0.44
Hex AB 34 5C 0 46 2E 21 154 35 2C
Octal 253 64 134 0 106 56 41 524 65 54
Binary 10101011 110100 1011100 0 1000110 101110 100001 101010100 110101 101100

Color Harmonies of #AB345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB345C

Black with #AB345C

Text Example


Text Example

White with #AB345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB345C; }

 p { color: rgb(171,52,92); }

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

background-color css

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

 a { background-color: rgb(171,52,92); }

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

border-color css

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

 span { border-color: rgb(171,52,92); }

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