Html Css Color HEX #AB4669 Rouge

📋 copy color: '#AB4669'

red 171 ◦ green 70 ◦ blue 105

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

Shades of Rouge #AB4669

Tints of Rouge #AB4669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

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

R = 49.42%
G = 20.23%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB4669 (or 0xAB4669) is known color: Rouge. HEX triplet: AB, 46 and 69. RGB value is (171,70,105). Sum of RGB (Red+Green+Blue) = 171+70+105=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4669 is #54B996. Grayscale: #686868. Windows color (decimal): -5552535 or 6899371. OLE color: 6899371.

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

Color convert

RGB 171 70 105 -
CMYK 0 0.59 0.39 0.33
HSL 339.21º 0.42% 0.47% -
HSV(B) 339.21º 0.59% 0.67% -
XYZ 21.53 14.06 14.94 -
YUV 104.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 171 70 105 0 0.59 0.39 0.33 339.21 0.42 0.47
Hex AB 46 69 0 3B 27 21 153 2A 2F
Octal 253 106 151 0 73 47 41 523 52 57
Binary 10101011 1000110 1101001 0 111011 100111 100001 101010011 101010 101111

Color Harmonies of #AB4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4669

Black with #AB4669

Text Example


Text Example

White with #AB4669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4669; }

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

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

background-color css

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

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

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

border-color css

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

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

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