Html Css Color HEX #AB486A Rouge

📋 copy color: '#AB486A'

red 171 ◦ green 72 ◦ blue 106

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

Shades of Rouge #AB486A

Tints of Rouge #AB486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 49%
G = 20.63%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB486A (or 0xAB486A) is known color: Rouge. HEX triplet: AB, 48 and 6A. RGB value is (171,72,106). Sum of RGB (Red+Green+Blue) = 171+72+106=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB486A is #54B795. Grayscale: #696969. Windows color (decimal): -5552022 or 6965419. OLE color: 6965419.

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

Color convert

RGB 171 72 106 -
CMYK 0 0.58 0.38 0.33
HSL 339.39º 0.41% 0.48% -
HSV(B) 339.39º 0.58% 0.67% -
XYZ 21.71 14.33 15.26 -
YUV 105.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 171 72 106 0 0.58 0.38 0.33 339.39 0.41 0.48
Hex AB 48 6A 0 3A 26 21 153 29 30
Octal 253 110 152 0 72 46 41 523 51 60
Binary 10101011 1001000 1101010 0 111010 100110 100001 101010011 101001 110000

Color Harmonies of #AB486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB486A

Black with #AB486A

Text Example


Text Example

White with #AB486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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