Html Css Color HEX #AB4869 Rouge

📋 copy color: '#AB4869'

red 171 ◦ green 72 ◦ blue 105

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

Shades of Rouge #AB4869

Tints of Rouge #AB4869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 49.14%
G = 20.69%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB4869 (or 0xAB4869) is known color: Rouge. HEX triplet: AB, 48 and 69. RGB value is (171,72,105). Sum of RGB (Red+Green+Blue) = 171+72+105=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4869 is #54B796. Grayscale: #696969. Windows color (decimal): -5552023 or 6899883. OLE color: 6899883.

HSL color Cylindrical-coordinate representation of color #AB4869: hue angle of 340º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4869 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 72 105 -
CMYK 0 0.58 0.39 0.33
HSL 340º 0.41% 0.48% -
HSV(B) 340º 0.58% 0.67% -
XYZ 21.66 14.31 14.99 -
YUV 105.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 171 72 105 0 0.58 0.39 0.33 340 0.41 0.48
Hex AB 48 69 0 3A 27 21 154 29 30
Octal 253 110 151 0 72 47 41 524 51 60
Binary 10101011 1001000 1101001 0 111010 100111 100001 101010100 101001 110000

Color Harmonies of #AB4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4869

Black with #AB4869

Text Example


Text Example

White with #AB4869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4869; }

 p { color: rgb(171,72,105); }

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

background-color css

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

 a { background-color: rgb(171,72,105); }

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

border-color css

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

 span { border-color: rgb(171,72,105); }

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