Html Css Color HEX #AB345D Rouge

📋 copy color: '#AB345D'

red 171 ◦ green 52 ◦ blue 93

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

Shades of Rouge #AB345D

Tints of Rouge #AB345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 54.11%
G = 16.46%
B = 29.43%

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

#AB345D (or 0xAB345D) is known color: Rouge. HEX triplet: AB, 34 and 5D. RGB value is (171,52,93). Sum of RGB (Red+Green+Blue) = 171+52+93=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB345D is #54CBA2. Grayscale: #5C5C5C. Windows color (decimal): -5557155 or 6108331. OLE color: 6108331.

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

Color convert

RGB 171 52 93 -
CMYK 0 0.70 0.46 0.33
HSL 339.33º 0.53% 0.44% -
HSV(B) 339.33º 0.7% 0.67% -
XYZ 20 11.9 11.6 -
YUV 92.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 171 52 93 0 0.70 0.46 0.33 339.33 0.53 0.44
Hex AB 34 5D 0 46 2E 21 153 35 2C
Octal 253 64 135 0 106 56 41 523 65 54
Binary 10101011 110100 1011101 0 1000110 101110 100001 101010011 110101 101100

Color Harmonies of #AB345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB345D

Black with #AB345D

Text Example


Text Example

White with #AB345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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