Html Css Color HEX #AB466A Rouge

📋 copy color: '#AB466A'

red 171 ◦ green 70 ◦ blue 106

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

Shades of Rouge #AB466A

Tints of Rouge #AB466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

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

R = 49.28%
G = 20.17%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB466A (or 0xAB466A) is known color: Rouge. HEX triplet: AB, 46 and 6A. RGB value is (171,70,106). Sum of RGB (Red+Green+Blue) = 171+70+106=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB466A is #54B995. Grayscale: #686868. Windows color (decimal): -5552534 or 6964907. OLE color: 6964907.

HSL color Cylindrical-coordinate representation of color #AB466A: hue angle of 338.61º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB466A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 106 -
CMYK 0 0.59 0.38 0.33
HSL 338.61º 0.42% 0.47% -
HSV(B) 338.61º 0.59% 0.67% -
XYZ 21.59 14.08 15.22 -
YUV 104.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 171 70 106 0 0.59 0.38 0.33 338.61 0.42 0.47
Hex AB 46 6A 0 3B 26 21 153 2A 2F
Octal 253 106 152 0 73 46 41 523 52 57
Binary 10101011 1000110 1101010 0 111011 100110 100001 101010011 101010 101111

Color Harmonies of #AB466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB466A

Black with #AB466A

Text Example


Text Example

White with #AB466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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