Html Css Color HEX #AB4569 Rouge

📋 copy color: '#AB4569'

red 171 ◦ green 69 ◦ blue 105

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

Shades of Rouge #AB4569

Tints of Rouge #AB4569

RGB

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

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

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

R = 49.57%
G = 20%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB4569 (or 0xAB4569) is known color: Rouge. HEX triplet: AB, 45 and 69. RGB value is (171,69,105). Sum of RGB (Red+Green+Blue) = 171+69+105=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4569 is #54BA96. Grayscale: #676767. Windows color (decimal): -5552791 or 6899115. OLE color: 6899115.

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

Color convert

RGB 171 69 105 -
CMYK 0 0.60 0.39 0.33
HSL 338.82º 0.43% 0.47% -
HSV(B) 338.82º 0.6% 0.67% -
XYZ 21.47 13.93 14.92 -
YUV 103.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 171 69 105 0 0.60 0.39 0.33 338.82 0.43 0.47
Hex AB 45 69 0 3C 27 21 153 2A 2F
Octal 253 105 151 0 74 47 41 523 52 57
Binary 10101011 1000101 1101001 0 111100 100111 100001 101010011 101010 101111

Color Harmonies of #AB4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4569

Black with #AB4569

Text Example


Text Example

White with #AB4569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4569; }

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

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

background-color css

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

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

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

border-color css

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

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

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