Html Css Color HEX #AB456E Rouge

📋 copy color: '#AB456E'

red 171 ◦ green 69 ◦ blue 110

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

Shades of Rouge #AB456E

Tints of Rouge #AB456E

RGB

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

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

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

R = 48.86%
G = 19.71%
B = 31.43%

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

#AB456E (or 0xAB456E) is known color: Rouge. HEX triplet: AB, 45 and 6E. RGB value is (171,69,110). Sum of RGB (Red+Green+Blue) = 171+69+110=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB456E is #54BA91. Grayscale: #686868. Windows color (decimal): -5552786 or 7226795. OLE color: 7226795.

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

Color convert

RGB 171 69 110 -
CMYK 0 0.60 0.36 0.33
HSL 335.88º 0.43% 0.47% -
HSV(B) 335.88º 0.6% 0.67% -
XYZ 21.74 14.04 16.32 -
YUV 104.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 171 69 110 0 0.60 0.36 0.33 335.88 0.43 0.47
Hex AB 45 6E 0 3C 24 21 150 2A 2F
Octal 253 105 156 0 74 44 41 520 52 57
Binary 10101011 1000101 1101110 0 111100 100100 100001 101010000 101010 101111

Color Harmonies of #AB456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB456E

Black with #AB456E

Text Example


Text Example

White with #AB456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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