Html Css Color HEX #AB4462 Rouge

📋 copy color: '#AB4462'

red 171 ◦ green 68 ◦ blue 98

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

Shades of Rouge #AB4462

Tints of Rouge #AB4462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 50.74%
G = 20.18%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB4462 (or 0xAB4462) is known color: Rouge. HEX triplet: AB, 44 and 62. RGB value is (171,68,98). Sum of RGB (Red+Green+Blue) = 171+68+98=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4462 is #54BB9D. Grayscale: #666666. Windows color (decimal): -5553054 or 6440107. OLE color: 6440107.

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

Color convert

RGB 171 68 98 -
CMYK 0 0.60 0.43 0.33
HSL 342.52º 0.43% 0.47% -
HSV(B) 342.52º 0.6% 0.67% -
XYZ 21.07 13.67 13.08 -
YUV 102.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 171 68 98 0 0.60 0.43 0.33 342.52 0.43 0.47
Hex AB 44 62 0 3C 2B 21 157 2B 2F
Octal 253 104 142 0 74 53 41 527 53 57
Binary 10101011 1000100 1100010 0 111100 101011 100001 101010111 101011 101111

Color Harmonies of #AB4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4462

Black with #AB4462

Text Example


Text Example

White with #AB4462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4462; }

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

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

background-color css

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

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

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

border-color css

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

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

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