Html Css Color HEX #AB3E5C Rouge

📋 copy color: '#AB3E5C'

red 171 ◦ green 62 ◦ blue 92

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

Shades of Rouge #AB3E5C

Tints of Rouge #AB3E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

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

R = 52.62%
G = 19.08%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB3E5C (or 0xAB3E5C) is known color: Rouge. HEX triplet: AB, 3E and 5C. RGB value is (171,62,92). Sum of RGB (Red+Green+Blue) = 171+62+92=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E5C is #54C1A3. Grayscale: #626262. Windows color (decimal): -5554596 or 6045355. OLE color: 6045355.

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

Color convert

RGB 171 62 92 -
CMYK 0 0.64 0.46 0.33
HSL 343.49º 0.47% 0.46% -
HSV(B) 343.49º 0.64% 0.67% -
XYZ 20.45 12.88 11.53 -
YUV 98.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 171 62 92 0 0.64 0.46 0.33 343.49 0.47 0.46
Hex AB 3E 5C 0 40 2E 21 157 2F 2E
Octal 253 76 134 0 100 56 41 527 57 56
Binary 10101011 111110 1011100 0 1000000 101110 100001 101010111 101111 101110

Color Harmonies of #AB3E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3E5C

Black with #AB3E5C

Text Example


Text Example

White with #AB3E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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