Html Css Color HEX #AB4164 Rouge

📋 copy color: '#AB4164'

red 171 ◦ green 65 ◦ blue 100

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

Shades of Rouge #AB4164

Tints of Rouge #AB4164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 50.89%
G = 19.35%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB4164 (or 0xAB4164) is known color: Rouge. HEX triplet: AB, 41 and 64. RGB value is (171,65,100). Sum of RGB (Red+Green+Blue) = 171+65+100=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4164 is #54BE9B. Grayscale: #646464. Windows color (decimal): -5553820 or 6570411. OLE color: 6570411.

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

Color convert

RGB 171 65 100 -
CMYK 0 0.62 0.42 0.33
HSL 340.19º 0.45% 0.46% -
HSV(B) 340.19º 0.62% 0.67% -
XYZ 20.99 13.36 13.53 -
YUV 100.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 171 65 100 0 0.62 0.42 0.33 340.19 0.45 0.46
Hex AB 41 64 0 3E 2A 21 154 2D 2E
Octal 253 101 144 0 76 52 41 524 55 56
Binary 10101011 1000001 1100100 0 111110 101010 100001 101010100 101101 101110

Color Harmonies of #AB4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4164

Black with #AB4164

Text Example


Text Example

White with #AB4164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4164; }

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

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

background-color css

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

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

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

border-color css

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

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

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