Html Css Color HEX #AB345B Rouge

📋 copy color: '#AB345B'

red 171 ◦ green 52 ◦ blue 91

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

Shades of Rouge #AB345B

Tints of Rouge #AB345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 54.46%
G = 16.56%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB345B (or 0xAB345B) is known color: Rouge. HEX triplet: AB, 34 and 5B. RGB value is (171,52,91). Sum of RGB (Red+Green+Blue) = 171+52+91=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB345B is #54CBA4. Grayscale: #5B5B5B. Windows color (decimal): -5557157 or 5977259. OLE color: 5977259.

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

Color convert

RGB 171 52 91 -
CMYK 0 0.70 0.47 0.33
HSL 340.34º 0.53% 0.44% -
HSV(B) 340.34º 0.7% 0.67% -
XYZ 19.91 11.87 11.14 -
YUV 92.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 171 52 91 0 0.70 0.47 0.33 340.34 0.53 0.44
Hex AB 34 5B 0 46 2F 21 154 35 2C
Octal 253 64 133 0 106 57 41 524 65 54
Binary 10101011 110100 1011011 0 1000110 101111 100001 101010100 110101 101100

Color Harmonies of #AB345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB345B

Black with #AB345B

Text Example


Text Example

White with #AB345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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