Html Css Color HEX #AB4262 Rouge

📋 copy color: '#AB4262'

red 171 ◦ green 66 ◦ blue 98

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

Shades of Rouge #AB4262

Tints of Rouge #AB4262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

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

R = 51.04%
G = 19.7%
B = 29.25%

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

#AB4262 (or 0xAB4262) is known color: Rouge. HEX triplet: AB, 42 and 62. RGB value is (171,66,98). Sum of RGB (Red+Green+Blue) = 171+66+98=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4262 is #54BD9D. Grayscale: #656565. Windows color (decimal): -5553566 or 6439595. OLE color: 6439595.

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

Color convert

RGB 171 66 98 -
CMYK 0 0.61 0.43 0.33
HSL 341.71º 0.44% 0.46% -
HSV(B) 341.71º 0.61% 0.67% -
XYZ 20.95 13.44 13.04 -
YUV 101.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 171 66 98 0 0.61 0.43 0.33 341.71 0.44 0.46
Hex AB 42 62 0 3D 2B 21 156 2C 2E
Octal 253 102 142 0 75 53 41 526 54 56
Binary 10101011 1000010 1100010 0 111101 101011 100001 101010110 101100 101110

Color Harmonies of #AB4262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4262

Black with #AB4262

Text Example


Text Example

White with #AB4262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4262; }

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

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

background-color css

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

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

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

border-color css

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

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

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