Html Css Color HEX #AB4362 Rouge

📋 copy color: '#AB4362'

red 171 ◦ green 67 ◦ blue 98

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

Shades of Rouge #AB4362

Tints of Rouge #AB4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 50.89%
G = 19.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB4362 (or 0xAB4362) is known color: Rouge. HEX triplet: AB, 43 and 62. RGB value is (171,67,98). Sum of RGB (Red+Green+Blue) = 171+67+98=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4362 is #54BC9D. Grayscale: #656565. Windows color (decimal): -5553310 or 6439851. OLE color: 6439851.

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

Color convert

RGB 171 67 98 -
CMYK 0 0.61 0.43 0.33
HSL 342.12º 0.44% 0.47% -
HSV(B) 342.12º 0.61% 0.67% -
XYZ 21.01 13.55 13.06 -
YUV 101.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 171 67 98 0 0.61 0.43 0.33 342.12 0.44 0.47
Hex AB 43 62 0 3D 2B 21 156 2C 2F
Octal 253 103 142 0 75 53 41 526 54 57
Binary 10101011 1000011 1100010 0 111101 101011 100001 101010110 101100 101111

Color Harmonies of #AB4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4362

Black with #AB4362

Text Example


Text Example

White with #AB4362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4362; }

 p { color: rgb(171,67,98); }

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

background-color css

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

 a { background-color: rgb(171,67,98); }

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

border-color css

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

 span { border-color: rgb(171,67,98); }

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