Html Css Color HEX #AB486B Rouge

📋 copy color: '#AB486B'

red 171 ◦ green 72 ◦ blue 107

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

Shades of Rouge #AB486B

Tints of Rouge #AB486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 48.86%
G = 20.57%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB486B (or 0xAB486B) is known color: Rouge. HEX triplet: AB, 48 and 6B. RGB value is (171,72,107). Sum of RGB (Red+Green+Blue) = 171+72+107=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB486B is #54B794. Grayscale: #696969. Windows color (decimal): -5552021 or 7030955. OLE color: 7030955.

HSL color Cylindrical-coordinate representation of color #AB486B: hue angle of 338.79º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB486B is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 72 107 -
CMYK 0 0.58 0.37 0.33
HSL 338.79º 0.41% 0.48% -
HSV(B) 338.79º 0.58% 0.67% -
XYZ 21.77 14.35 15.53 -
YUV 105.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 171 72 107 0 0.58 0.37 0.33 338.79 0.41 0.48
Hex AB 48 6B 0 3A 25 21 153 29 30
Octal 253 110 153 0 72 45 41 523 51 60
Binary 10101011 1001000 1101011 0 111010 100101 100001 101010011 101001 110000

Color Harmonies of #AB486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB486B

Black with #AB486B

Text Example


Text Example

White with #AB486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB486B; }

 p { color: rgb(171,72,107); }

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

background-color css

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

 a { background-color: rgb(171,72,107); }

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

border-color css

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

 span { border-color: rgb(171,72,107); }

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