Html Css Color HEX #A14063 Rouge

📋 copy color: '#A14063'

red 161 ◦ green 64 ◦ blue 99

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

Shades of Rouge #A14063

Tints of Rouge #A14063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 49.69%
G = 19.75%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A14063 (or 0xA14063) is known color: Rouge. HEX triplet: A1, 40 and 63. RGB value is (161,64,99). Sum of RGB (Red+Green+Blue) = 161+64+99=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A14063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14063 is #5EBF9C. Grayscale: #606060. Windows color (decimal): -6209437 or 6504609. OLE color: 6504609.

HSL color Cylindrical-coordinate representation of color #A14063: hue angle of 338.35º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14063 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 99 -
CMYK 0 0.60 0.39 0.37
HSL 338.35º 0.43% 0.44% -
HSV(B) 338.35º 0.6% 0.63% -
XYZ 18.78 12.14 13.16 -
YUV 96.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 161 64 99 0 0.60 0.39 0.37 338.35 0.43 0.44
Hex A1 40 63 0 3C 27 25 152 2B 2C
Octal 241 100 143 0 74 47 45 522 53 54
Binary 10100001 1000000 1100011 0 111100 100111 100101 101010010 101011 101100

Color Harmonies of #A14063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14063

Black with #A14063

Text Example


Text Example

White with #A14063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14063; }

 p { color: rgb(161,64,99); }

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

background-color css

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

 a { background-color: rgb(161,64,99); }

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

border-color css

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

 span { border-color: rgb(161,64,99); }

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