Html Css Color HEX #A14364 Rouge

📋 copy color: '#A14364'

red 161 ◦ green 67 ◦ blue 100

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

Shades of Rouge #A14364

Tints of Rouge #A14364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 49.09%
G = 20.43%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A14364 (or 0xA14364) is known color: Rouge. HEX triplet: A1, 43 and 64. RGB value is (161,67,100). Sum of RGB (Red+Green+Blue) = 161+67+100=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A14364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14364 is #5EBC9B. Grayscale: #626262. Windows color (decimal): -6208668 or 6570913. OLE color: 6570913.

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

Color convert

RGB 161 67 100 -
CMYK 0 0.58 0.38 0.37
HSL 338.94º 0.41% 0.45% -
HSV(B) 338.94º 0.58% 0.63% -
XYZ 19.01 12.51 13.47 -
YUV 98.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 161 67 100 0 0.58 0.38 0.37 338.94 0.41 0.45
Hex A1 43 64 0 3A 26 25 153 29 2D
Octal 241 103 144 0 72 46 45 523 51 55
Binary 10100001 1000011 1100100 0 111010 100110 100101 101010011 101001 101101

Color Harmonies of #A14364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14364

Black with #A14364

Text Example


Text Example

White with #A14364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14364; }

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

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

background-color css

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

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

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

border-color css

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

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

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