Html Css Color HEX #A14069 Rouge

📋 copy color: '#A14069'

red 161 ◦ green 64 ◦ blue 105

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

Shades of Rouge #A14069

Tints of Rouge #A14069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 48.79%
G = 19.39%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A14069 (or 0xA14069) is known color: Rouge. HEX triplet: A1, 40 and 69. RGB value is (161,64,105). Sum of RGB (Red+Green+Blue) = 161+64+105=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A14069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14069 is #5EBF96. Grayscale: #616161. Windows color (decimal): -6209431 or 6897825. OLE color: 6897825.

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

Color convert

RGB 161 64 105 -
CMYK 0 0.60 0.35 0.37
HSL 334.64º 0.43% 0.44% -
HSV(B) 334.64º 0.6% 0.63% -
XYZ 19.08 12.26 14.73 -
YUV 97.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 161 64 105 0 0.60 0.35 0.37 334.64 0.43 0.44
Hex A1 40 69 0 3C 23 25 14F 2B 2C
Octal 241 100 151 0 74 43 45 517 53 54
Binary 10100001 1000000 1101001 0 111100 100011 100101 101001111 101011 101100

Color Harmonies of #A14069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14069

Black with #A14069

Text Example


Text Example

White with #A14069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14069; }

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

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

background-color css

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

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

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

border-color css

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

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

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