Html Css Color HEX #A14370 Rouge

📋 copy color: '#A14370'

red 161 ◦ green 67 ◦ blue 112

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

Shades of Rouge #A14370

Tints of Rouge #A14370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 47.35%
G = 19.71%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A14370 (or 0xA14370) is known color: Rouge. HEX triplet: A1, 43 and 70. RGB value is (161,67,112). Sum of RGB (Red+Green+Blue) = 161+67+112=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A14370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14370 is #5EBC8F. Grayscale: #646464. Windows color (decimal): -6208656 or 7357345. OLE color: 7357345.

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

Color convert

RGB 161 67 112 -
CMYK 0 0.58 0.30 0.37
HSL 331.28º 0.41% 0.45% -
HSV(B) 331.28º 0.58% 0.63% -
XYZ 19.63 12.76 16.76 -
YUV 100.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 161 67 112 0 0.58 0.30 0.37 331.28 0.41 0.45
Hex A1 43 70 0 3A 1E 25 14B 29 2D
Octal 241 103 160 0 72 36 45 513 51 55
Binary 10100001 1000011 1110000 0 111010 11110 100101 101001011 101001 101101

Color Harmonies of #A14370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14370

Black with #A14370

Text Example


Text Example

White with #A14370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14370; }

 p { color: rgb(161,67,112); }

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

background-color css

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

 a { background-color: rgb(161,67,112); }

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

border-color css

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

 span { border-color: rgb(161,67,112); }

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