Html Css Color HEX #AB4564 Rouge

📋 copy color: '#AB4564'

red 171 ◦ green 69 ◦ blue 100

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

Shades of Rouge #AB4564

Tints of Rouge #AB4564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 50.29%
G = 20.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB4564 (or 0xAB4564) is known color: Rouge. HEX triplet: AB, 45 and 64. RGB value is (171,69,100). Sum of RGB (Red+Green+Blue) = 171+69+100=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4564 is #54BA9B. Grayscale: #676767. Windows color (decimal): -5552796 or 6571435. OLE color: 6571435.

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

Color convert

RGB 171 69 100 -
CMYK 0 0.60 0.42 0.33
HSL 341.76º 0.43% 0.47% -
HSV(B) 341.76º 0.6% 0.67% -
XYZ 21.22 13.83 13.61 -
YUV 103.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 171 69 100 0 0.60 0.42 0.33 341.76 0.43 0.47
Hex AB 45 64 0 3C 2A 21 156 2A 2F
Octal 253 105 144 0 74 52 41 526 52 57
Binary 10101011 1000101 1100100 0 111100 101010 100001 101010110 101010 101111

Color Harmonies of #AB4564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4564

Black with #AB4564

Text Example


Text Example

White with #AB4564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4564; }

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

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

background-color css

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

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

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

border-color css

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

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

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