Html Css Color HEX #AB4461 Rouge

📋 copy color: '#AB4461'

red 171 ◦ green 68 ◦ blue 97

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

Shades of Rouge #AB4461

Tints of Rouge #AB4461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 50.89%
G = 20.24%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB4461 (or 0xAB4461) is known color: Rouge. HEX triplet: AB, 44 and 61. RGB value is (171,68,97). Sum of RGB (Red+Green+Blue) = 171+68+97=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4461 is #54BB9E. Grayscale: #666666. Windows color (decimal): -5553055 or 6374571. OLE color: 6374571.

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

Color convert

RGB 171 68 97 -
CMYK 0 0.60 0.43 0.33
HSL 343.11º 0.43% 0.47% -
HSV(B) 343.11º 0.6% 0.67% -
XYZ 21.02 13.66 12.84 -
YUV 102.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 171 68 97 0 0.60 0.43 0.33 343.11 0.43 0.47
Hex AB 44 61 0 3C 2B 21 157 2B 2F
Octal 253 104 141 0 74 53 41 527 53 57
Binary 10101011 1000100 1100001 0 111100 101011 100001 101010111 101011 101111

Color Harmonies of #AB4461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4461

Black with #AB4461

Text Example


Text Example

White with #AB4461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4461; }

 p { color: rgb(171,68,97); }

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

background-color css

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

 a { background-color: rgb(171,68,97); }

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

border-color css

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

 span { border-color: rgb(171,68,97); }

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