Html Css Color HEX #AB4264 Rouge

📋 copy color: '#AB4264'

red 171 ◦ green 66 ◦ blue 100

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

Shades of Rouge #AB4264

Tints of Rouge #AB4264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 50.74%
G = 19.58%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB4264 (or 0xAB4264) is known color: Rouge. HEX triplet: AB, 42 and 64. RGB value is (171,66,100). Sum of RGB (Red+Green+Blue) = 171+66+100=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4264 is #54BD9B. Grayscale: #656565. Windows color (decimal): -5553564 or 6570667. OLE color: 6570667.

HSL color Cylindrical-coordinate representation of color #AB4264: hue angle of 340.57º 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 #AB4264 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 100 -
CMYK 0 0.61 0.42 0.33
HSL 340.57º 0.44% 0.46% -
HSV(B) 340.57º 0.61% 0.67% -
XYZ 21.04 13.47 13.55 -
YUV 101.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 171 66 100 0 0.61 0.42 0.33 340.57 0.44 0.46
Hex AB 42 64 0 3D 2A 21 155 2C 2E
Octal 253 102 144 0 75 52 41 525 54 56
Binary 10101011 1000010 1100100 0 111101 101010 100001 101010101 101100 101110

Color Harmonies of #AB4264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4264

Black with #AB4264

Text Example


Text Example

White with #AB4264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4264; }

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

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

background-color css

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

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

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

border-color css

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

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

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