Html Css Color HEX #AB446C Rouge

📋 copy color: '#AB446C'

red 171 ◦ green 68 ◦ blue 108

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

Shades of Rouge #AB446C

Tints of Rouge #AB446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 49.28%
G = 19.6%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB446C (or 0xAB446C) is known color: Rouge. HEX triplet: AB, 44 and 6C. RGB value is (171,68,108). Sum of RGB (Red+Green+Blue) = 171+68+108=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB446C is #54BB93. Grayscale: #676767. Windows color (decimal): -5553044 or 7095467. OLE color: 7095467.

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

Color convert

RGB 171 68 108 -
CMYK 0 0.60 0.37 0.33
HSL 336.7º 0.43% 0.47% -
HSV(B) 336.7º 0.6% 0.67% -
XYZ 21.57 13.87 15.73 -
YUV 103.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 171 68 108 0 0.60 0.37 0.33 336.7 0.43 0.47
Hex AB 44 6C 0 3C 25 21 151 2B 2F
Octal 253 104 154 0 74 45 41 521 53 57
Binary 10101011 1000100 1101100 0 111100 100101 100001 101010001 101011 101111

Color Harmonies of #AB446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB446C

Black with #AB446C

Text Example


Text Example

White with #AB446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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