Html Css Color HEX #A14468 Rouge

📋 copy color: '#A14468'

red 161 ◦ green 68 ◦ blue 104

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

Shades of Rouge #A14468

Tints of Rouge #A14468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 48.35%
G = 20.42%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A14468 (or 0xA14468) is known color: Rouge. HEX triplet: A1, 44 and 68. RGB value is (161,68,104). Sum of RGB (Red+Green+Blue) = 161+68+104=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A14468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14468 is #5EBB97. Grayscale: #636363. Windows color (decimal): -6208408 or 6833313. OLE color: 6833313.

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

Color convert

RGB 161 68 104 -
CMYK 0 0.58 0.35 0.37
HSL 336.77º 0.41% 0.45% -
HSV(B) 336.77º 0.58% 0.63% -
XYZ 19.26 12.71 14.53 -
YUV 99.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 161 68 104 0 0.58 0.35 0.37 336.77 0.41 0.45
Hex A1 44 68 0 3A 23 25 151 29 2D
Octal 241 104 150 0 72 43 45 521 51 55
Binary 10100001 1000100 1101000 0 111010 100011 100101 101010001 101001 101101

Color Harmonies of #A14468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14468

Black with #A14468

Text Example


Text Example

White with #A14468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14468; }

 p { color: rgb(161,68,104); }

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

background-color css

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

 a { background-color: rgb(161,68,104); }

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

border-color css

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

 span { border-color: rgb(161,68,104); }

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