Html Css Color HEX #A14665 Rouge

📋 copy color: '#A14665'

red 161 ◦ green 70 ◦ blue 101

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

Shades of Rouge #A14665

Tints of Rouge #A14665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

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

R = 48.49%
G = 21.08%
B = 30.42%

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

#A14665 (or 0xA14665) is known color: Rouge. HEX triplet: A1, 46 and 65. RGB value is (161,70,101). Sum of RGB (Red+Green+Blue) = 161+70+101=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A14665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14665 is #5EB99A. Grayscale: #646464. Windows color (decimal): -6207899 or 6637217. OLE color: 6637217.

HSL color Cylindrical-coordinate representation of color #A14665: hue angle of 339.56º degrees, saturation: 0.39, 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 #A14665 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 70 101 -
CMYK 0 0.57 0.37 0.37
HSL 339.56º 0.39% 0.45% -
HSV(B) 339.56º 0.57% 0.63% -
XYZ 19.24 12.9 13.79 -
YUV 100.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 161 70 101 0 0.57 0.37 0.37 339.56 0.39 0.45
Hex A1 46 65 0 39 25 25 154 27 2D
Octal 241 106 145 0 71 45 45 524 47 55
Binary 10100001 1000110 1100101 0 111001 100101 100101 101010100 100111 101101

Color Harmonies of #A14665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14665

Black with #A14665

Text Example


Text Example

White with #A14665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14665; }

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

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

background-color css

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

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

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

border-color css

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

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

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