Html Css Color HEX #A1446B Rouge

📋 copy color: '#A1446B'

red 161 ◦ green 68 ◦ blue 107

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

Shades of Rouge #A1446B

Tints of Rouge #A1446B

RGB

 RED value IS 161 (63.28% from 255) = 47.92%

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

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

R = 47.92%
G = 20.24%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1446B (or 0xA1446B) is known color: Rouge. HEX triplet: A1, 44 and 6B. RGB value is (161,68,107). Sum of RGB (Red+Green+Blue) = 161+68+107=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1446B is #5EBB94. Grayscale: #646464. Windows color (decimal): -6208405 or 7029921. OLE color: 7029921.

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

Color convert

RGB 161 68 107 -
CMYK 0 0.58 0.34 0.37
HSL 334.84º 0.41% 0.45% -
HSV(B) 334.84º 0.58% 0.63% -
XYZ 19.42 12.77 15.35 -
YUV 100.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 161 68 107 0 0.58 0.34 0.37 334.84 0.41 0.45
Hex A1 44 6B 0 3A 22 25 14F 29 2D
Octal 241 104 153 0 72 42 45 517 51 55
Binary 10100001 1000100 1101011 0 111010 100010 100101 101001111 101001 101101

Color Harmonies of #A1446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1446B

Black with #A1446B

Text Example


Text Example

White with #A1446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1446B; }

 p { color: rgb(161,68,107); }

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

background-color css

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

 a { background-color: rgb(161,68,107); }

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

border-color css

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

 span { border-color: rgb(161,68,107); }

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