Html Css Color HEX #AB355D Rouge

📋 copy color: '#AB355D'

red 171 ◦ green 53 ◦ blue 93

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

Shades of Rouge #AB355D

Tints of Rouge #AB355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 53.94%
G = 16.72%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB355D (or 0xAB355D) is known color: Rouge. HEX triplet: AB, 35 and 5D. RGB value is (171,53,93). Sum of RGB (Red+Green+Blue) = 171+53+93=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB355D is #54CAA2. Grayscale: #5C5C5C. Windows color (decimal): -5556899 or 6108587. OLE color: 6108587.

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

Color convert

RGB 171 53 93 -
CMYK 0 0.69 0.46 0.33
HSL 339.66º 0.53% 0.44% -
HSV(B) 339.66º 0.69% 0.67% -
XYZ 20.04 11.99 11.61 -
YUV 92.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 171 53 93 0 0.69 0.46 0.33 339.66 0.53 0.44
Hex AB 35 5D 0 45 2E 21 154 35 2C
Octal 253 65 135 0 105 56 41 524 65 54
Binary 10101011 110101 1011101 0 1000101 101110 100001 101010100 110101 101100

Color Harmonies of #AB355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB355D

Black with #AB355D

Text Example


Text Example

White with #AB355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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