Html Css Color HEX #AB446E Rouge

📋 copy color: '#AB446E'

red 171 ◦ green 68 ◦ blue 110

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

Shades of Rouge #AB446E

Tints of Rouge #AB446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 49%
G = 19.48%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB446E (or 0xAB446E) is known color: Rouge. HEX triplet: AB, 44 and 6E. RGB value is (171,68,110). Sum of RGB (Red+Green+Blue) = 171+68+110=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB446E is #54BB91. Grayscale: #676767. Windows color (decimal): -5553042 or 7226539. OLE color: 7226539.

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

Color convert

RGB 171 68 110 -
CMYK 0 0.60 0.36 0.33
HSL 335.53º 0.43% 0.47% -
HSV(B) 335.53º 0.6% 0.67% -
XYZ 21.68 13.92 16.3 -
YUV 103.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 171 68 110 0 0.60 0.36 0.33 335.53 0.43 0.47
Hex AB 44 6E 0 3C 24 21 150 2B 2F
Octal 253 104 156 0 74 44 41 520 53 57
Binary 10101011 1000100 1101110 0 111100 100100 100001 101010000 101011 101111

Color Harmonies of #AB446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB446E

Black with #AB446E

Text Example


Text Example

White with #AB446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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