Html Css Color HEX #AB3F5E Rouge

📋 copy color: '#AB3F5E'

red 171 ◦ green 63 ◦ blue 94

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

Shades of Rouge #AB3F5E

Tints of Rouge #AB3F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 52.13%
G = 19.21%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB3F5E (or 0xAB3F5E) is known color: Rouge. HEX triplet: AB, 3F and 5E. RGB value is (171,63,94). Sum of RGB (Red+Green+Blue) = 171+63+94=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F5E is #54C0A1. Grayscale: #626262. Windows color (decimal): -5554338 or 6176683. OLE color: 6176683.

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

Color convert

RGB 171 63 94 -
CMYK 0 0.63 0.45 0.33
HSL 342.78º 0.46% 0.46% -
HSV(B) 342.78º 0.63% 0.67% -
XYZ 20.59 13.02 12.02 -
YUV 98.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 171 63 94 0 0.63 0.45 0.33 342.78 0.46 0.46
Hex AB 3F 5E 0 3F 2D 21 157 2E 2E
Octal 253 77 136 0 77 55 41 527 56 56
Binary 10101011 111111 1011110 0 111111 101101 100001 101010111 101110 101110

Color Harmonies of #AB3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F5E

Black with #AB3F5E

Text Example


Text Example

White with #AB3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F5E; }

 p { color: rgb(171,63,94); }

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

background-color css

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

 a { background-color: rgb(171,63,94); }

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

border-color css

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

 span { border-color: rgb(171,63,94); }

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