Html Css Color HEX #A14360 Rouge

📋 copy color: '#A14360'

red 161 ◦ green 67 ◦ blue 96

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

Shades of Rouge #A14360

Tints of Rouge #A14360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 49.69%
G = 20.68%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A14360 (or 0xA14360) is known color: Rouge. HEX triplet: A1, 43 and 60. RGB value is (161,67,96). Sum of RGB (Red+Green+Blue) = 161+67+96=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A14360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14360 is #5EBC9F. Grayscale: #626262. Windows color (decimal): -6208672 or 6308769. OLE color: 6308769.

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

Color convert

RGB 161 67 96 -
CMYK 0 0.58 0.40 0.37
HSL 341.49º 0.41% 0.45% -
HSV(B) 341.49º 0.58% 0.63% -
XYZ 18.82 12.44 12.47 -
YUV 98.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 161 67 96 0 0.58 0.40 0.37 341.49 0.41 0.45
Hex A1 43 60 0 3A 28 25 155 29 2D
Octal 241 103 140 0 72 50 45 525 51 55
Binary 10100001 1000011 1100000 0 111010 101000 100101 101010101 101001 101101

Color Harmonies of #A14360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14360

Black with #A14360

Text Example


Text Example

White with #A14360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14360; }

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

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

background-color css

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

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

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

border-color css

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

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

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