Html Css Color HEX #AB3B5C Rouge

📋 copy color: '#AB3B5C'

red 171 ◦ green 59 ◦ blue 92

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

Shades of Rouge #AB3B5C

Tints of Rouge #AB3B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

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

R = 53.11%
G = 18.32%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB3B5C (or 0xAB3B5C) is known color: Rouge. HEX triplet: AB, 3B and 5C. RGB value is (171,59,92). Sum of RGB (Red+Green+Blue) = 171+59+92=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B5C is #54C4A3. Grayscale: #606060. Windows color (decimal): -5555364 or 6044587. OLE color: 6044587.

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

Color convert

RGB 171 59 92 -
CMYK 0 0.65 0.46 0.33
HSL 342.32º 0.49% 0.45% -
HSV(B) 342.32º 0.65% 0.67% -
XYZ 20.29 12.56 11.48 -
YUV 96.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 171 59 92 0 0.65 0.46 0.33 342.32 0.49 0.45
Hex AB 3B 5C 0 41 2E 21 156 31 2D
Octal 253 73 134 0 101 56 41 526 61 55
Binary 10101011 111011 1011100 0 1000001 101110 100001 101010110 110001 101101

Color Harmonies of #AB3B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3B5C

Black with #AB3B5C

Text Example


Text Example

White with #AB3B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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