Html Css Color HEX #A14565 Rouge

📋 copy color: '#A14565'

red 161 ◦ green 69 ◦ blue 101

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

Shades of Rouge #A14565

Tints of Rouge #A14565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 48.64%
G = 20.85%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A14565 (or 0xA14565) is known color: Rouge. HEX triplet: A1, 45 and 65. RGB value is (161,69,101). Sum of RGB (Red+Green+Blue) = 161+69+101=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14565 is #5EBA9A. Grayscale: #646464. Windows color (decimal): -6208155 or 6636961. OLE color: 6636961.

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

Color convert

RGB 161 69 101 -
CMYK 0 0.57 0.37 0.37
HSL 339.13º 0.4% 0.45% -
HSV(B) 339.13º 0.57% 0.63% -
XYZ 19.18 12.77 13.77 -
YUV 100.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 161 69 101 0 0.57 0.37 0.37 339.13 0.4 0.45
Hex A1 45 65 0 39 25 25 153 28 2D
Octal 241 105 145 0 71 45 45 523 50 55
Binary 10100001 1000101 1100101 0 111001 100101 100101 101010011 101000 101101

Color Harmonies of #A14565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14565

Black with #A14565

Text Example


Text Example

White with #A14565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14565; }

 p { color: rgb(161,69,101); }

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

background-color css

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

 a { background-color: rgb(161,69,101); }

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

border-color css

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

 span { border-color: rgb(161,69,101); }

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